#332E0D

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

Shades of Maire #332E0D

Tints of Maire #332E0D

Color information

#332E0D (or 0x332E0D) is unknown color: approx Maire. HEX triplet: 33, 2E and 0D. RGB value is (51,46,13). Sum of RGB (Red+Green+Blue) = 51+46+13=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332E0D is #CCD1F2. Grayscale: #2B2B2B. Windows color (decimal): -13423091 or 863795. OLE color: 863795.

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

Color convert

RGB514613-
CMYK00.100.750.8
HSL52.11º59.38%12.55%-
HSV(B)52.11º74.51%20%-
XYZ2.412.690.77-
YUV43.73110.66133.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=46.36%
G=41.82%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51461300.100.750.852.1159.3812.55
Hex332ED0A4B50343bd
Octal635615012113120647315
Binary110011101110110101010100101110100001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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