#332E11

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

Shades of Maire #332E11

Tints of Maire #332E11

Color information

#332E11 (or 0x332E11) is unknown color: approx Maire. HEX triplet: 33, 2E and 11. RGB value is (51,46,17). Sum of RGB (Red+Green+Blue) = 51+46+17=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E11 is #CCD1EE. Grayscale: #2C2C2C. Windows color (decimal): -13423087 or 1125939. OLE color: 1125939.

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

Color convert

RGB514617-
CMYK00.100.670.8
HSL51.18º50%13.33%-
HSV(B)51.18º66.67%20%-
XYZ2.442.70.92-
YUV44.19112.66132.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=44.74%
G=40.35%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51461700.100.670.851.185013.33
Hex332E110A43503332d
Octal635621012103120636215
Binary1100111011101000101010100001110100001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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