#391F17

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

Shades of Brown Pod #391F17

Tints of Brown Pod #391F17

Color information

#391F17 (or 0x391F17) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 17. RGB value is (57,31,23). Sum of RGB (Red+Green+Blue) = 57+31+23=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #391F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F17 is #C6E0E8. Grayscale: #252525. Windows color (decimal): -13033705 or 1515321. OLE color: 1515321.

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

Color convert

RGB573123-
CMYK00.460.600.78
HSL14.12º42.5%15.69%-
HSV(B)14.12º59.65%22.35%-
XYZ2.331.911.06-
YUV37.86119.61141.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=51.35%
G=27.93%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57312300.460.600.7814.1242.515.69
Hex391F1702E3C4Ee2a10
Octal71372705674116165220
Binary111001111111011101011101111001001110111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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