#332D19

Color #332D19 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #332D19

Tints of Maire #332D19

Color information

#332D19 (or 0x332D19) is unknown color: approx Maire. HEX triplet: 33, 2D and 19. RGB value is (51,45,25). Sum of RGB (Red+Green+Blue) = 51+45+25=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D19 is #CCD2E6. Grayscale: #2C2C2C. Windows color (decimal): -13423335 or 1649971. OLE color: 1649971.

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

Color convert

RGB514525-
CMYK00.120.510.8
HSL46.15º34.21%14.9%-
HSV(B)46.15º50.98%20%-
XYZ2.482.651.3-
YUV44.51116.99132.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=42.15%
G=37.19%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51452500.120.510.846.1534.2114.9
Hex332D190C33502e22f
Octal63553101463120564217
Binary110011101101110010110011001110100001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D19; }

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

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

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

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

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

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

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

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