#332C14

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

Shades of Maire #332C14

Tints of Maire #332C14

Color information

#332C14 (or 0x332C14) is unknown color: approx Maire. HEX triplet: 33, 2C and 14. RGB value is (51,44,20). Sum of RGB (Red+Green+Blue) = 51+44+20=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #332C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C14 is #CCD3EB. Grayscale: #2B2B2B. Windows color (decimal): -13423596 or 1322035. OLE color: 1322035.

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

Color convert

RGB514420-
CMYK00.140.610.8
HSL46.45º43.66%13.92%-
HSV(B)46.45º60.78%20%-
XYZ2.392.561.03-
YUV43.36114.82133.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=44.35%
G=38.26%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442000.140.610.846.4543.6613.92
Hex332C140E3D502e2ce
Octal63542401675120565416
Binary110011101100101000111011110110100001011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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