#391A08

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

Shades of Brown Pod #391A08

Tints of Brown Pod #391A08

Color information

#391A08 (or 0x391A08) is unknown color: approx Brown Pod. HEX triplet: 39, 1A and 08. RGB value is (57,26,8). Sum of RGB (Red+Green+Blue) = 57+26+8=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #391A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A08 is #C6E5F7. Grayscale: #212121. Windows color (decimal): -13035000 or 531001. OLE color: 531001.

HSL color Cylindrical-coordinate representation of color #391A08: hue angle of 22.04º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391A08 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57268-
CMYK00.540.860.78
HSL22.04º75.38%12.75%-
HSV(B)22.04º85.96%22.35%-
XYZ2.11.630.43-
YUV33.22113.77144.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=62.64%
G=28.57%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5726800.540.860.7822.0475.3812.75
Hex391A8036564E164bd
Octal7132100661261162611315
Binary1110011101010000110110101011010011101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A08; }

 p { color: rgb(57,26,8); }

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

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

 a { background-color: rgb(57,26,8); }

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

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

 span { border-color: rgb(57,26,8); }

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