#391B08

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

Shades of Brown Pod #391B08

Tints of Brown Pod #391B08

Color information

#391B08 (or 0x391B08) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 08. RGB value is (57,27,8). Sum of RGB (Red+Green+Blue) = 57+27+8=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B08 is #C6E4F7. Grayscale: #212121. Windows color (decimal): -13034744 or 531257. OLE color: 531257.

HSL color Cylindrical-coordinate representation of color #391B08: hue angle of 23.27º 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 #391B08 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57278-
CMYK00.530.860.78
HSL23.27º75.38%12.75%-
HSV(B)23.27º85.96%22.35%-
XYZ2.121.670.44-
YUV33.8113.44144.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=61.96%
G=29.35%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727800.530.860.7823.2775.3812.75
Hex391B8035564E174bd
Octal7133100651261162711315
Binary1110011101110000110101101011010011101011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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