#35300E

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

Shades of Maire #35300E

Tints of Maire #35300E

Color information

#35300E (or 0x35300E) is unknown color: approx Maire. HEX triplet: 35, 30 and 0E. RGB value is (53,48,14). Sum of RGB (Red+Green+Blue) = 53+48+14=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35300E is #CACFF1. Grayscale: #2D2D2D. Windows color (decimal): -13291506 or 929845. OLE color: 929845.

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

Color convert

RGB534814-
CMYK00.090.740.79
HSL52.31º58.21%13.14%-
HSV(B)52.31º73.58%20.78%-
XYZ2.62.90.84-
YUV45.62110.16133.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=46.09%
G=41.74%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53481400.090.740.7952.3158.2113.14
Hex3530E094A4F343ad
Octal656016011112117647215
Binary110101110000111001001100101010011111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35300E; }

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

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

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

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

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

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

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

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