#36310E

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

Shades of Maire #36310E

Tints of Maire #36310E

Color information

#36310E (or 0x36310E) is unknown color: approx Maire. HEX triplet: 36, 31 and 0E. RGB value is (54,49,14). Sum of RGB (Red+Green+Blue) = 54+49+14=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36310E is #C9CEF1. Grayscale: #2E2E2E. Windows color (decimal): -13225714 or 930102. OLE color: 930102.

HSL color Cylindrical-coordinate representation of color #36310E: hue angle of 52.5º degrees, saturation: 0.59, 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 #36310E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB544914-
CMYK00.090.740.79
HSL52.5º58.82%13.33%-
HSV(B)52.5º74.07%21.18%-
XYZ2.73.010.85-
YUV46.5109.66133.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=46.15%
G=41.88%
B=11.97%

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
Decimal54491400.090.740.7952.558.8213.33
Hex3631E094A4F343bd
Octal666116011112117647315
Binary110110110001111001001100101010011111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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