#39190B

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

Shades of Brown Pod #39190B

Tints of Brown Pod #39190B

Color information

#39190B (or 0x39190B) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 0B. RGB value is (57,25,11). Sum of RGB (Red+Green+Blue) = 57+25+11=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #39190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39190B is #C6E6F4. Grayscale: #212121. Windows color (decimal): -13035253 or 727353. OLE color: 727353.

HSL color Cylindrical-coordinate representation of color #39190B: hue angle of 18.26º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39190B is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB572511-
CMYK00.560.810.78
HSL18.26º67.65%13.33%-
HSV(B)18.26º80.7%22.35%-
XYZ2.11.590.51-
YUV32.97115.6145.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=61.29%
G=26.88%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251100.560.810.7818.2667.6513.33
Hex3919B038514E1244d
Octal7131130701211162210415
Binary1110011100110110111000101000110011101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39190B; }

 p { color: rgb(57,25,11); }

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

<style>
 a { background-color: #39190B; }

 a { background-color: rgb(57,25,11); }

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

<style>
 span { border-color: #39190B; }

 span { border-color: rgb(57,25,11); }

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