#391608

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

Shades of Brown Pod #391608

Tints of Brown Pod #391608

Color information

#391608 (or 0x391608) is unknown color: approx Brown Pod. HEX triplet: 39, 16 and 08. RGB value is (57,22,8). Sum of RGB (Red+Green+Blue) = 57+22+8=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391608 is #C6E9F7. Grayscale: #1E1E1E. Windows color (decimal): -13036024 or 529977. OLE color: 529977.

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

Color convert

RGB57228-
CMYK00.610.860.78
HSL17.14º75.38%12.75%-
HSV(B)17.14º85.96%22.35%-
XYZ2.021.460.41-
YUV30.87115.1146.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 8 (3.52% from 255) = 9.20%
R=65.52%
G=25.29%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722800.610.860.7817.1475.3812.75
Hex3916803D564E114bd
Octal7126100751261162111315
Binary1110011011010000111101101011010011101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391608; }

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

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

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

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

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

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

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

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