#391406

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

Shades of Brown Pod #391406

Tints of Brown Pod #391406

Color information

#391406 (or 0x391406) is unknown color: approx Brown Pod. HEX triplet: 39, 14 and 06. RGB value is (57,20,6). Sum of RGB (Red+Green+Blue) = 57+20+6=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #391406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391406 is #C6EBF9. Grayscale: #1D1D1D. Windows color (decimal): -13036538 or 398393. OLE color: 398393.

HSL color Cylindrical-coordinate representation of color #391406: hue angle of 16.47º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391406 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB57206-
CMYK00.650.890.78
HSL16.47º80.95%12.35%-
HSV(B)16.47º89.47%22.35%-
XYZ1.971.380.34-
YUV29.47114.76147.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=68.67%
G=24.10%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5720600.650.890.7816.4780.9512.35
Hex39146041594E1051c
Octal7124601011311162012114
Binary1110011010011001000001101100110011101000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391406; }

 p { color: rgb(57,20,6); }

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

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

 a { background-color: rgb(57,20,6); }

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

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

 span { border-color: rgb(57,20,6); }

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