#391508

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

Shades of Brown Pod #391508

Tints of Brown Pod #391508

Color information

#391508 (or 0x391508) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 08. RGB value is (57,21,8). Sum of RGB (Red+Green+Blue) = 57+21+8=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 8 (3.52% from 255 or 9.30% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391508 is #C6EAF7. Grayscale: #1E1E1E. Windows color (decimal): -13036280 or 529721. OLE color: 529721.

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

Color convert

RGB57218-
CMYK00.630.860.78
HSL15.92º75.38%12.75%-
HSV(B)15.92º85.96%22.35%-
XYZ21.420.4-
YUV30.28115.43147.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 8 (3.52% from 255) = 9.30%
R=66.28%
G=24.42%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721800.630.860.7815.9275.3812.75
Hex3915803F564E104bd
Octal7125100771261162011315
Binary1110011010110000111111101011010011101000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391508; }

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

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

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

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

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

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

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

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