#332A0D

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

Shades of Maire #332A0D

Tints of Maire #332A0D

Color information

#332A0D (or 0x332A0D) is unknown color: approx Maire. HEX triplet: 33, 2A and 0D. RGB value is (51,42,13). Sum of RGB (Red+Green+Blue) = 51+42+13=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #332A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A0D is #CCD5F2. Grayscale: #292929. Windows color (decimal): -13424115 or 862771. OLE color: 862771.

HSL color Cylindrical-coordinate representation of color #332A0D: hue angle of 45.79º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332A0D is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB514213-
CMYK00.180.750.8
HSL45.79º59.38%12.55%-
HSV(B)45.79º74.51%20%-
XYZ2.272.390.72-
YUV41.38111.98134.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=48.11%
G=39.62%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51421300.180.750.845.7959.3812.55
Hex332AD0124B502e3bd
Octal635215022113120567315
Binary1100111010101101010010100101110100001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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