#391E17

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

Shades of Brown Pod #391E17

Tints of Brown Pod #391E17

Color information

#391E17 (or 0x391E17) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 17. RGB value is (57,30,23). Sum of RGB (Red+Green+Blue) = 57+30+23=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E17 is #C6E1E8. Grayscale: #252525. Windows color (decimal): -13033961 or 1515065. OLE color: 1515065.

HSL color Cylindrical-coordinate representation of color #391E17: hue angle of 12.35º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #391E17 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB573023-
CMYK00.470.600.78
HSL12.35º42.5%15.69%-
HSV(B)12.35º59.65%22.35%-
XYZ2.311.861.05-
YUV37.28119.95142.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=51.82%
G=27.27%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57302300.470.600.7812.3542.515.69
Hex391E1702F3C4Ec2a10
Octal71362705774116145220
Binary111001111101011101011111111001001110110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,30,23); }

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

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

 a { background-color: rgb(57,30,23); }

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

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

 span { border-color: rgb(57,30,23); }

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