#332C10

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

Shades of Maire #332C10

Tints of Maire #332C10

Color information

#332C10 (or 0x332C10) is unknown color: approx Maire. HEX triplet: 33, 2C and 10. RGB value is (51,44,16). Sum of RGB (Red+Green+Blue) = 51+44+16=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C10 is #CCD3EF. Grayscale: #2B2B2B. Windows color (decimal): -13423600 or 1059891. OLE color: 1059891.

HSL color Cylindrical-coordinate representation of color #332C10: hue angle of 48º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332C10 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB514416-
CMYK00.140.690.8
HSL48º52.24%13.14%-
HSV(B)48º68.63%20%-
XYZ2.362.540.86-
YUV42.9112.82133.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=45.95%
G=39.64%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51441600.140.690.84852.2413.14
Hex332C100E45503034d
Octal635420016105120606415
Binary1100111011001000001110100010110100001100001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,44,16); }

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

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

 a { background-color: rgb(51,44,16); }

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

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

 span { border-color: rgb(51,44,16); }

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