#353015

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

Shades of Maire #353015

Tints of Maire #353015

Color information

#353015 (or 0x353015) is unknown color: approx Maire. HEX triplet: 35, 30 and 15. RGB value is (53,48,21). Sum of RGB (Red+Green+Blue) = 53+48+21=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #353015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353015 is #CACFEA. Grayscale: #2E2E2E. Windows color (decimal): -13291499 or 1388597. OLE color: 1388597.

HSL color Cylindrical-coordinate representation of color #353015: hue angle of 50.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353015 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB534821-
CMYK00.090.600.79
HSL50.62º43.24%14.51%-
HSV(B)50.62º60.38%20.78%-
XYZ2.662.921.13-
YUV46.42113.66132.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=43.44%
G=39.34%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482100.090.600.7950.6243.2414.51
Hex353015093C4F332bf
Octal65602501174117635317
Binary110101110000101010100111110010011111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353015; }

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

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

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

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

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

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

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

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