#353016

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

Shades of Maire #353016

Tints of Maire #353016

Color information

#353016 (or 0x353016) is unknown color: approx Maire. HEX triplet: 35, 30 and 16. RGB value is (53,48,22). Sum of RGB (Red+Green+Blue) = 53+48+22=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #353016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353016 is #CACFE9. Grayscale: #2E2E2E. Windows color (decimal): -13291498 or 1454133. OLE color: 1454133.

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

Color convert

RGB534822-
CMYK00.090.580.79
HSL50.32º41.33%14.71%-
HSV(B)50.32º58.49%20.78%-
XYZ2.672.931.18-
YUV46.53114.16132.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=43.09%
G=39.02%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482200.090.580.7950.3241.3314.71
Hex353016093A4F3229f
Octal65602601172117625117
Binary110101110000101100100111101010011111100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353016; }

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

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

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

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

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

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

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

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