#332B11

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

Shades of Maire #332B11

Tints of Maire #332B11

Color information

#332B11 (or 0x332B11) is unknown color: approx Maire. HEX triplet: 33, 2B and 11. RGB value is (51,43,17). Sum of RGB (Red+Green+Blue) = 51+43+17=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B11 is #CCD4EE. Grayscale: #2A2A2A. Windows color (decimal): -13423855 or 1125171. OLE color: 1125171.

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

Color convert

RGB514317-
CMYK00.160.670.8
HSL45.88º50%13.33%-
HSV(B)45.88º66.67%20%-
XYZ2.332.470.88-
YUV42.43113.65134.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=45.95%
G=38.74%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51431700.160.670.845.885013.33
Hex332B1101043502e32d
Octal635321020103120566215
Binary11001110101110001010000100001110100001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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