#391D18

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

Shades of Brown Pod #391D18

Tints of Brown Pod #391D18

Color information

#391D18 (or 0x391D18) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 18. RGB value is (57,29,24). Sum of RGB (Red+Green+Blue) = 57+29+24=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D18 is #C6E2E7. Grayscale: #242424. Windows color (decimal): -13034216 or 1580345. OLE color: 1580345.

HSL color Cylindrical-coordinate representation of color #391D18: hue angle of 9.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #391D18 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB572924-
CMYK00.490.580.78
HSL9.09º40.74%15.88%-
HSV(B)9.09º57.89%22.35%-
XYZ2.291.811.09-
YUV36.8120.78142.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=51.82%
G=26.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57292400.490.580.789.0940.7415.88
Hex391D180313A4E92910
Octal71353006172116115120
Binary111001111011100001100011110101001110100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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