#332F11

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

Shades of Maire #332F11

Tints of Maire #332F11

Color information

#332F11 (or 0x332F11) is unknown color: approx Maire. HEX triplet: 33, 2F and 11. RGB value is (51,47,17). Sum of RGB (Red+Green+Blue) = 51+47+17=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F11 is #CCD0EE. Grayscale: #2C2C2C. Windows color (decimal): -13422831 or 1126195. OLE color: 1126195.

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

Color convert

RGB514717-
CMYK00.080.670.8
HSL52.94º50%13.33%-
HSV(B)52.94º66.67%20%-
XYZ2.482.780.94-
YUV44.78112.33132.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=44.35%
G=40.87%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51471700.080.670.852.945013.33
Hex332F110843503532d
Octal635721010103120656215
Binary1100111011111000101000100001110100001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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