#332C11

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

Shades of Maire #332C11

Tints of Maire #332C11

Color information

#332C11 (or 0x332C11) is unknown color: approx Maire. HEX triplet: 33, 2C and 11. RGB value is (51,44,17). Sum of RGB (Red+Green+Blue) = 51+44+17=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C11 is #CCD3EE. Grayscale: #2B2B2B. Windows color (decimal): -13423599 or 1125427. OLE color: 1125427.

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

Color convert

RGB514417-
CMYK00.140.670.8
HSL47.65º50%13.33%-
HSV(B)47.65º66.67%20%-
XYZ2.372.550.9-
YUV43.02113.32133.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=45.54%
G=39.29%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51441700.140.670.847.655013.33
Hex332C110E43503032d
Octal635421016103120606215
Binary1100111011001000101110100001110100001100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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