#332119

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

Shades of Brown Pod #332119

Tints of Brown Pod #332119

Color information

#332119 (or 0x332119) is unknown color: approx Brown Pod. HEX triplet: 33, 21 and 19. RGB value is (51,33,25). Sum of RGB (Red+Green+Blue) = 51+33+25=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332119 is #CCDEE6. Grayscale: #252525. Windows color (decimal): -13426407 or 1646899. OLE color: 1646899.

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

Color convert

RGB513325-
CMYK00.350.510.8
HSL18.46º34.21%14.9%-
HSV(B)18.46º50.98%20%-
XYZ2.081.861.17-
YUV37.47120.96137.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=46.79%
G=30.28%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51332500.350.510.818.4634.2114.9
Hex33211902333501222f
Octal63413104363120224217
Binary1100111000011100101000111100111010000100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332119; }

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

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

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

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

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

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

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

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