#332D06

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

Shades of Maire #332D06

Tints of Maire #332D06

Color information

#332D06 (or 0x332D06) is unknown color: approx Maire. HEX triplet: 33, 2D and 06. RGB value is (51,45,6). Sum of RGB (Red+Green+Blue) = 51+45+6=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #332D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D06 is #CCD2F9. Grayscale: #2A2A2A. Windows color (decimal): -13423354 or 404787. OLE color: 404787.

HSL color Cylindrical-coordinate representation of color #332D06: hue angle of 52º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #332D06 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51456-
CMYK00.120.880.8
HSL52º78.95%11.18%-
HSV(B)52º88.24%20%-
XYZ2.342.590.55-
YUV42.35107.49134.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=50%
G=44.12%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5145600.120.880.85278.9511.18
Hex332D60C5850344fb
Octal635560141301206411713
Binary110011101101110011001011000101000011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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