#332019

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

Shades of Brown Pod #332019

Tints of Brown Pod #332019

Color information

#332019 (or 0x332019) is unknown color: approx Brown Pod. HEX triplet: 33, 20 and 19. RGB value is (51,32,25). Sum of RGB (Red+Green+Blue) = 51+32+25=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332019 is #CCDFE6. Grayscale: #242424. Windows color (decimal): -13426663 or 1646643. OLE color: 1646643.

HSL color Cylindrical-coordinate representation of color #332019: hue angle of 16.15º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332019 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB513225-
CMYK00.370.510.8
HSL16.15º34.21%14.9%-
HSV(B)16.15º50.98%20%-
XYZ2.061.811.16-
YUV36.88121.29138.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=47.22%
G=29.63%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51322500.370.510.816.1534.2114.9
Hex33201902533501022f
Octal63403104563120204217
Binary1100111000001100101001011100111010000100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332019; }

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

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

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

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

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

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

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

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