#332D11

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

Shades of Maire #332D11

Tints of Maire #332D11

Color information

#332D11 (or 0x332D11) is unknown color: approx Maire. HEX triplet: 33, 2D and 11. RGB value is (51,45,17). Sum of RGB (Red+Green+Blue) = 51+45+17=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #332D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D11 is #CCD2EE. Grayscale: #2B2B2B. Windows color (decimal): -13423343 or 1125683. OLE color: 1125683.

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

Color convert

RGB514517-
CMYK00.120.670.8
HSL49.41º50%13.33%-
HSV(B)49.41º66.67%20%-
XYZ2.42.620.91-
YUV43.6112.99133.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=45.13%
G=39.82%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51451700.120.670.849.415013.33
Hex332D110C43503132d
Octal635521014103120616215
Binary1100111011011000101100100001110100001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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