#36310F

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

Shades of Maire #36310F

Tints of Maire #36310F

Color information

#36310F (or 0x36310F) is unknown color: approx Maire. HEX triplet: 36, 31 and 0F. RGB value is (54,49,15). Sum of RGB (Red+Green+Blue) = 54+49+15=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36310F is #C9CEF0. Grayscale: #2E2E2E. Windows color (decimal): -13225713 or 995638. OLE color: 995638.

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

Color convert

RGB544915-
CMYK00.090.720.79
HSL52.31º56.52%13.53%-
HSV(B)52.31º72.22%21.18%-
XYZ2.713.020.89-
YUV46.62110.16133.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=45.76%
G=41.53%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54491500.090.720.7952.3156.5213.53
Hex3631F09484F3439e
Octal666117011110117647116
Binary110110110001111101001100100010011111101001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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