#391808

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

Shades of Brown Pod #391808

Tints of Brown Pod #391808

Color information

#391808 (or 0x391808) is unknown color: approx Brown Pod. HEX triplet: 39, 18 and 08. RGB value is (57,24,8). Sum of RGB (Red+Green+Blue) = 57+24+8=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391808 is #C6E7F7. Grayscale: #202020. Windows color (decimal): -13035512 or 530489. OLE color: 530489.

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

Color convert

RGB57248-
CMYK00.580.860.78
HSL19.59º75.38%12.75%-
HSV(B)19.59º85.96%22.35%-
XYZ2.061.540.42-
YUV32.04114.43145.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=64.04%
G=26.97%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5724800.580.860.7819.5975.3812.75
Hex3918803A564E144bd
Octal7130100721261162411315
Binary1110011100010000111010101011010011101010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391808; }

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

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

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

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

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

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

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

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