#331E17

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

Shades of Brown Pod #331E17

Tints of Brown Pod #331E17

Color information

#331E17 (or 0x331E17) is unknown color: approx Brown Pod. HEX triplet: 33, 1E and 17. RGB value is (51,30,23). Sum of RGB (Red+Green+Blue) = 51+30+23=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E17 is #CCE1E8. Grayscale: #232323. Windows color (decimal): -13427177 or 1515059. OLE color: 1515059.

HSL color Cylindrical-coordinate representation of color #331E17: hue angle of 15º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #331E17 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB513023-
CMYK00.410.550.8
HSL15º37.84%14.51%-
HSV(B)15º54.9%20%-
XYZ1.981.691.03-
YUV35.48120.96139.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=49.04%
G=28.85%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51302300.410.550.81537.8414.51
Hex331E170293750f26f
Octal63362705167120174617
Binary11001111110101110101001110111101000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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