#332C15

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

Shades of Maire #332C15

Tints of Maire #332C15

Color information

#332C15 (or 0x332C15) is unknown color: approx Maire. HEX triplet: 33, 2C and 15. RGB value is (51,44,21). Sum of RGB (Red+Green+Blue) = 51+44+21=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C15 is #CCD3EA. Grayscale: #2B2B2B. Windows color (decimal): -13423595 or 1387571. OLE color: 1387571.

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

Color convert

RGB514421-
CMYK00.140.590.8
HSL46º41.67%14.12%-
HSV(B)46º58.82%20%-
XYZ2.42.561.08-
YUV43.47115.32133.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=43.97%
G=37.93%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442100.140.590.84641.6714.12
Hex332C150E3B502e2ae
Octal63542501673120565216
Binary110011101100101010111011101110100001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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