#332D0A

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

Shades of Maire #332D0A

Tints of Maire #332D0A

Color information

#332D0A (or 0x332D0A) is unknown color: approx Maire. HEX triplet: 33, 2D and 0A. RGB value is (51,45,10). Sum of RGB (Red+Green+Blue) = 51+45+10=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332D0A is #CCD2F5. Grayscale: #2A2A2A. Windows color (decimal): -13423350 or 666931. OLE color: 666931.

HSL color Cylindrical-coordinate representation of color #332D0A: hue angle of 51.22º 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 #332D0A is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB514510-
CMYK00.120.800.8
HSL51.22º67.21%11.96%-
HSV(B)51.22º80.39%20%-
XYZ2.362.60.67-
YUV42.8109.49133.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=48.11%
G=42.45%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51451000.120.800.851.2267.2111.96
Hex332DA0C50503343c
Octal6355120141201206310314
Binary1100111011011010011001010000101000011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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