#3B170D

Color #3B170D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #3B170D

Tints of Brown Pod #3B170D

Color information

#3B170D (or 0x3B170D) is unknown color: approx Brown Pod. HEX triplet: 3B, 17 and 0D. RGB value is (59,23,13). Sum of RGB (Red+Green+Blue) = 59+23+13=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B170D is #C4E8F2. Grayscale: #202020. Windows color (decimal): -12904691 or 857915. OLE color: 857915.

HSL color Cylindrical-coordinate representation of color #3B170D: hue angle of 13.04º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B170D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB592313-
CMYK00.610.780.77
HSL13.04º63.89%14.12%-
HSV(B)13.04º77.97%23.14%-
XYZ2.181.570.57-
YUV32.62116.93146.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 62.11%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=62.11%
G=24.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59231300.610.780.7713.0463.8914.12
Hex3B17D03D4E4Dd40e
Octal7327150751161151510016
Binary111011101111101011110110011101001101110110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B170D; }

 p { color: rgb(59,23,13); }

 H1.HeaderClassName
 {
   color: #3B170D;
 }
 .AnyTagClassName
 {
   color: #3B170D;
 }
</style>
background-color css

<style>
 a { background-color: #3B170D; }

 a { background-color: rgb(59,23,13); }

 div.DivClassName
 {
   background-color: #3B170D;
 }
 .BgClassName
 {
   background-color: #3B170D;
 }
</style>
border-color css

<style>
 span { border-color: #3B170D; }

 span { border-color: rgb(59,23,13); }

 td.TdClassName
 {
   border-color: #3B170D;
 }
 .TagClassName
 {
   border-color: #3B170D;
 }
</style>