#353013

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

Shades of Maire #353013

Tints of Maire #353013

Color information

#353013 (or 0x353013) is unknown color: approx Maire. HEX triplet: 35, 30 and 13. RGB value is (53,48,19). Sum of RGB (Red+Green+Blue) = 53+48+19=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353013 is #CACFEC. Grayscale: #2E2E2E. Windows color (decimal): -13291501 or 1257525. OLE color: 1257525.

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

Color convert

RGB534819-
CMYK00.090.640.79
HSL51.18º47.22%14.12%-
HSV(B)51.18º64.15%20.78%-
XYZ2.642.921.04-
YUV46.19112.66132.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=44.17%
G=40%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53481900.090.640.7951.1847.2214.12
Hex35301309404F332fe
Octal656023011100117635716
Binary1101011100001001101001100000010011111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353013; }

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

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

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

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

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

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

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

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