#332017

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

Shades of Brown Pod #332017

Tints of Brown Pod #332017

Color information

#332017 (or 0x332017) is unknown color: approx Brown Pod. HEX triplet: 33, 20 and 17. RGB value is (51,32,23). Sum of RGB (Red+Green+Blue) = 51+32+23=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332017 is #CCDFE8. Grayscale: #242424. Windows color (decimal): -13426665 or 1515571. OLE color: 1515571.

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

Color convert

RGB513223-
CMYK00.370.550.8
HSL19.29º37.84%14.51%-
HSV(B)19.29º54.9%20%-
XYZ2.041.81.05-
YUV36.66120.29138.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=48.11%
G=30.19%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51322300.370.550.819.2937.8414.51
Hex33201702537501326f
Octal63402704567120234617
Binary1100111000001011101001011101111010000100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332017; }

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

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

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

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

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

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

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

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