#391912

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

Shades of Brown Pod #391912

Tints of Brown Pod #391912

Color information

#391912 (or 0x391912) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 12. RGB value is (57,25,18). Sum of RGB (Red+Green+Blue) = 57+25+18=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391912 is #C6E6ED. Grayscale: #212121. Windows color (decimal): -13035246 or 1186105. OLE color: 1186105.

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

Color convert

RGB572518-
CMYK00.560.680.78
HSL10.77º52%14.71%-
HSV(B)10.77º68.42%22.35%-
XYZ2.141.610.77-
YUV33.77119.1144.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 18%
R=57%
G=25%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251800.560.680.7810.775214.71
Hex391912038444Eb34f
Octal713122070104116136417
Binary111001110011001001110001000100100111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391912; }

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

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

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

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

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

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

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

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