#332C16

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

Shades of Maire #332C16

Tints of Maire #332C16

Color information

#332C16 (or 0x332C16) is unknown color: approx Maire. HEX triplet: 33, 2C and 16. RGB value is (51,44,22). Sum of RGB (Red+Green+Blue) = 51+44+22=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #332C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C16 is #CCD3E9. Grayscale: #2B2B2B. Windows color (decimal): -13423594 or 1453107. OLE color: 1453107.

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

Color convert

RGB514422-
CMYK00.140.570.8
HSL45.52º39.73%14.31%-
HSV(B)45.52º56.86%20%-
XYZ2.412.561.13-
YUV43.58115.82133.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=43.59%
G=37.61%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51442200.140.570.845.5239.7314.31
Hex332C160E39502e28e
Octal63542601671120565016
Binary110011101100101100111011100110100001011101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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