#332804

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

Shades of Maire #332804

Tints of Maire #332804

Color information

#332804 (or 0x332804) is unknown color: approx Maire. HEX triplet: 33, 28 and 04. RGB value is (51,40,4). Sum of RGB (Red+Green+Blue) = 51+40+4=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #332804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332804 is #CCD7FB. Grayscale: #272727. Windows color (decimal): -13424636 or 272435. OLE color: 272435.

HSL color Cylindrical-coordinate representation of color #332804: hue angle of 45.96º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #332804 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB51404-
CMYK00.220.920.8
HSL45.96º85.45%10.78%-
HSV(B)45.96º92.16%20%-
XYZ2.152.230.43-
YUV39.18108.14136.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=53.68%
G=42.11%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5140400.220.920.845.9685.4510.78
Hex332840165C502e55b
Octal635040261341205612513
Binary1100111010001000101101011100101000010111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332804; }

 p { color: rgb(51,40,4); }

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

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

 a { background-color: rgb(51,40,4); }

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

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

 span { border-color: rgb(51,40,4); }

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