#332C0A

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

Shades of Maire #332C0A

Tints of Maire #332C0A

Color information

#332C0A (or 0x332C0A) is unknown color: approx Maire. HEX triplet: 33, 2C and 0A. RGB value is (51,44,10). Sum of RGB (Red+Green+Blue) = 51+44+10=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C0A is #CCD3F5. Grayscale: #2A2A2A. Windows color (decimal): -13423606 or 666675. OLE color: 666675.

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

Color convert

RGB514410-
CMYK00.140.800.8
HSL49.76º67.21%11.96%-
HSV(B)49.76º80.39%20%-
XYZ2.322.530.65-
YUV42.22109.82134.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.57%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=48.57%
G=41.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51441000.140.800.849.7667.2111.96
Hex332CA0E50503243c
Octal6354120161201206210314
Binary1100111011001010011101010000101000011001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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