#332C0E

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

Shades of Maire #332C0E

Tints of Maire #332C0E

Color information

#332C0E (or 0x332C0E) is unknown color: approx Maire. HEX triplet: 33, 2C and 0E. RGB value is (51,44,14). Sum of RGB (Red+Green+Blue) = 51+44+14=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332C0E is #CCD3F1. Grayscale: #2A2A2A. Windows color (decimal): -13423602 or 928819. OLE color: 928819.

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

Color convert

RGB514414-
CMYK00.140.730.8
HSL48.65º56.92%12.75%-
HSV(B)48.65º72.55%20%-
XYZ2.352.540.78-
YUV42.67111.82133.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=46.79%
G=40.37%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51441400.140.730.848.6556.9212.75
Hex332CE0E49503139d
Octal635416016111120617115
Binary110011101100111001110100100110100001100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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