#36310D

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

Shades of Maire #36310D

Tints of Maire #36310D

Color information

#36310D (or 0x36310D) is unknown color: approx Maire. HEX triplet: 36, 31 and 0D. RGB value is (54,49,13). Sum of RGB (Red+Green+Blue) = 54+49+13=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36310D is #C9CEF2. Grayscale: #2E2E2E. Windows color (decimal): -13225715 or 864566. OLE color: 864566.

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

Color convert

RGB544913-
CMYK00.090.760.79
HSL52.68º61.19%13.14%-
HSV(B)52.68º75.93%21.18%-
XYZ2.693.010.82-
YUV46.39109.16133.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=46.55%
G=42.24%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54491300.090.760.7952.6861.1913.14
Hex3631D094C4F353dd
Octal666115011114117657515
Binary110110110001110101001100110010011111101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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