#332F0E

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

Shades of Maire #332F0E

Tints of Maire #332F0E

Color information

#332F0E (or 0x332F0E) is unknown color: approx Maire. HEX triplet: 33, 2F and 0E. RGB value is (51,47,14). Sum of RGB (Red+Green+Blue) = 51+47+14=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F0E is #CCD0F1. Grayscale: #2C2C2C. Windows color (decimal): -13422834 or 929587. OLE color: 929587.

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

Color convert

RGB514714-
CMYK00.080.730.8
HSL53.51º56.92%12.75%-
HSV(B)53.51º72.55%20%-
XYZ2.462.770.82-
YUV44.43110.83132.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=45.54%
G=41.96%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51471400.080.730.853.5156.9212.75
Hex332FE0849503639d
Octal635716010111120667115
Binary110011101111111001000100100110100001101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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