#353010

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

Shades of Maire #353010

Tints of Maire #353010

Color information

#353010 (or 0x353010) is unknown color: approx Maire. HEX triplet: 35, 30 and 10. RGB value is (53,48,16). Sum of RGB (Red+Green+Blue) = 53+48+16=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #353010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353010 is #CACFEF. Grayscale: #2D2D2D. Windows color (decimal): -13291504 or 1060917. OLE color: 1060917.

HSL color Cylindrical-coordinate representation of color #353010: hue angle of 51.89º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353010 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB534816-
CMYK00.090.700.79
HSL51.89º53.62%13.53%-
HSV(B)51.89º69.81%20.78%-
XYZ2.622.910.91-
YUV45.85111.16133.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=45.30%
G=41.03%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53481600.090.700.7951.8953.6213.53
Hex35301009464F3436e
Octal656020011106117646616
Binary1101011100001000001001100011010011111101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353010; }

 p { color: rgb(53,48,16); }

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

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

 a { background-color: rgb(53,48,16); }

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

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

 span { border-color: rgb(53,48,16); }

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