#35310F

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

Shades of Maire #35310F

Tints of Maire #35310F

Color information

#35310F (or 0x35310F) is unknown color: approx Maire. HEX triplet: 35, 31 and 0F. RGB value is (53,49,15). Sum of RGB (Red+Green+Blue) = 53+49+15=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35310F is #CACEF0. Grayscale: #2E2E2E. Windows color (decimal): -13291249 or 995637. OLE color: 995637.

HSL color Cylindrical-coordinate representation of color #35310F: hue angle of 53.68º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35310F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB534915-
CMYK00.080.720.79
HSL53.68º55.88%13.33%-
HSV(B)53.68º71.7%20.78%-
XYZ2.652.990.89-
YUV46.32110.33132.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=45.30%
G=41.88%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53491500.080.720.7953.6855.8813.33
Hex3531F08484F3638d
Octal656117010110117667015
Binary110101110001111101000100100010011111101101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35310F; }

 p { color: rgb(53,49,15); }

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

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

 a { background-color: rgb(53,49,15); }

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

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

 span { border-color: rgb(53,49,15); }

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