#332D0C

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

Shades of Maire #332D0C

Tints of Maire #332D0C

Color information

#332D0C (or 0x332D0C) is unknown color: approx Maire. HEX triplet: 33, 2D and 0C. RGB value is (51,45,12). Sum of RGB (Red+Green+Blue) = 51+45+12=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D0C is #CCD2F3. Grayscale: #2B2B2B. Windows color (decimal): -13423348 or 798003. OLE color: 798003.

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

Color convert

RGB514512-
CMYK00.120.760.8
HSL50.77º61.9%12.35%-
HSV(B)50.77º76.47%20%-
XYZ2.372.610.73-
YUV43.03110.49133.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=47.22%
G=41.67%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51451200.120.760.850.7761.912.35
Hex332DC0C4C50333ec
Octal635514014114120637614
Binary110011101101110001100100110010100001100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,45,12); }

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

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

 a { background-color: rgb(51,45,12); }

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

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

 span { border-color: rgb(51,45,12); }

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