#353005

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

Shades of Maire #353005

Tints of Maire #353005

Color information

#353005 (or 0x353005) is unknown color: approx Maire. HEX triplet: 35, 30 and 05. RGB value is (53,48,5). Sum of RGB (Red+Green+Blue) = 53+48+5=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #353005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353005 is #CACFFA. Grayscale: #2C2C2C. Windows color (decimal): -13291515 or 340021. OLE color: 340021.

HSL color Cylindrical-coordinate representation of color #353005: hue angle of 53.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353005 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53485-
CMYK00.090.910.79
HSL53.75º82.76%11.37%-
HSV(B)53.75º90.57%20.78%-
XYZ2.552.880.57-
YUV44.59105.66134-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=50%
G=45.28%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5348500.090.910.7953.7582.7611.37
Hex35305095B4F3653b
Octal656050111331176612313
Binary110101110000101010011011011100111111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353005; }

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

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

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

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

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

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

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

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