#391C16

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

Shades of Brown Pod #391C16

Tints of Brown Pod #391C16

Color information

#391C16 (or 0x391C16) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 16. RGB value is (57,28,22). Sum of RGB (Red+Green+Blue) = 57+28+22=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C16 is #C6E3E9. Grayscale: #242424. Windows color (decimal): -13034474 or 1449017. OLE color: 1449017.

HSL color Cylindrical-coordinate representation of color #391C16: hue angle of 10.29º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #391C16 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB572822-
CMYK00.510.610.78
HSL10.29º44.3%15.49%-
HSV(B)10.29º61.4%22.35%-
XYZ2.251.760.98-
YUV35.99120.11142.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=53.27%
G=26.17%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57282200.510.610.7810.2944.315.49
Hex391C160333D4Ea2cf
Octal71342606375116125417
Binary11100111100101100110011111101100111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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