#332C13

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

Shades of Maire #332C13

Tints of Maire #332C13

Color information

#332C13 (or 0x332C13) is unknown color: approx Maire. HEX triplet: 33, 2C and 13. RGB value is (51,44,19). Sum of RGB (Red+Green+Blue) = 51+44+19=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C13 is #CCD3EC. Grayscale: #2B2B2B. Windows color (decimal): -13423597 or 1256499. OLE color: 1256499.

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

Color convert

RGB514419-
CMYK00.140.630.8
HSL46.88º45.71%13.73%-
HSV(B)46.88º62.75%20%-
XYZ2.382.550.98-
YUV43.24114.32133.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=44.74%
G=38.60%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51441900.140.630.846.8845.7113.73
Hex332C130E3F502f2ee
Octal63542301677120575616
Binary110011101100100110111011111110100001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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