#331F17

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

Shades of Brown Pod #331F17

Tints of Brown Pod #331F17

Color information

#331F17 (or 0x331F17) is unknown color: approx Brown Pod. HEX triplet: 33, 1F and 17. RGB value is (51,31,23). Sum of RGB (Red+Green+Blue) = 51+31+23=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #331F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F17 is #CCE0E8. Grayscale: #242424. Windows color (decimal): -13426921 or 1515315. OLE color: 1515315.

HSL color Cylindrical-coordinate representation of color #331F17: hue angle of 17.14º 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 #331F17 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB513123-
CMYK00.390.550.8
HSL17.14º37.84%14.51%-
HSV(B)17.14º54.9%20%-
XYZ2.011.751.04-
YUV36.07120.63138.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=48.57%
G=29.52%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51312300.390.550.817.1437.8414.51
Hex331F1702737501126f
Octal63372704767120214617
Binary110011111111011101001111101111010000100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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