#391D16

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

Shades of Brown Pod #391D16

Tints of Brown Pod #391D16

Color information

#391D16 (or 0x391D16) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 16. RGB value is (57,29,22). Sum of RGB (Red+Green+Blue) = 57+29+22=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D16 is #C6E2E9. Grayscale: #242424. Windows color (decimal): -13034218 or 1449273. OLE color: 1449273.

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

Color convert

RGB572922-
CMYK00.490.610.78
HSL12º44.3%15.49%-
HSV(B)12º61.4%22.35%-
XYZ2.271.810.99-
YUV36.57119.78142.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=52.78%
G=26.85%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57292200.490.610.781244.315.49
Hex391D160313D4Ec2cf
Octal71352606175116145417
Binary11100111101101100110001111101100111011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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