#331C17

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

Shades of Brown Pod #331C17

Tints of Brown Pod #331C17

Color information

#331C17 (or 0x331C17) is unknown color: approx Brown Pod. HEX triplet: 33, 1C and 17. RGB value is (51,28,23). Sum of RGB (Red+Green+Blue) = 51+28+23=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C17 is #CCE3E8. Grayscale: #222222. Windows color (decimal): -13427689 or 1514547. OLE color: 1514547.

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

Color convert

RGB512823-
CMYK00.450.550.8
HSL10.71º37.84%14.51%-
HSV(B)10.71º54.9%20%-
XYZ1.941.61.02-
YUV34.31121.62139.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=50%
G=27.45%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51282300.450.550.810.7137.8414.51
Hex331C1702D3750b26f
Octal63342705567120134617
Binary11001111100101110101101110111101000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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