#332B10

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

Shades of Maire #332B10

Tints of Maire #332B10

Color information

#332B10 (or 0x332B10) is unknown color: approx Maire. HEX triplet: 33, 2B and 10. RGB value is (51,43,16). Sum of RGB (Red+Green+Blue) = 51+43+16=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332B10 is #CCD4EF. Grayscale: #2A2A2A. Windows color (decimal): -13423856 or 1059635. OLE color: 1059635.

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

Color convert

RGB514316-
CMYK00.160.690.8
HSL46.29º52.24%13.14%-
HSV(B)46.29º68.63%20%-
XYZ2.322.470.84-
YUV42.31113.15134.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=46.36%
G=39.09%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51431600.160.690.846.2952.2413.14
Hex332B1001045502e34d
Octal635320020105120566415
Binary11001110101110000010000100010110100001011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,16); }

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

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

 a { background-color: rgb(51,43,16); }

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

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

 span { border-color: rgb(51,43,16); }

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