#332A05

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

Shades of Maire #332A05

Tints of Maire #332A05

Color information

#332A05 (or 0x332A05) is unknown color: approx Maire. HEX triplet: 33, 2A and 05. RGB value is (51,42,5). Sum of RGB (Red+Green+Blue) = 51+42+5=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #332A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A05 is #CCD5FA. Grayscale: #282828. Windows color (decimal): -13424123 or 338483. OLE color: 338483.

HSL color Cylindrical-coordinate representation of color #332A05: hue angle of 48.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332A05 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51425-
CMYK00.180.900.8
HSL48.26º82.14%10.98%-
HSV(B)48.26º90.2%20%-
XYZ2.222.370.48-
YUV40.47107.98135.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=52.04%
G=42.86%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5142500.180.900.848.2682.1410.98
Hex332A50125A503052b
Octal635250221321206012213
Binary1100111010101010100101011010101000011000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,5); }

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

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

 a { background-color: rgb(51,42,5); }

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

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

 span { border-color: rgb(51,42,5); }

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