#36300C

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

Shades of Maire #36300C

Tints of Maire #36300C

Color information

#36300C (or 0x36300C) is unknown color: approx Maire. HEX triplet: 36, 30 and 0C. RGB value is (54,48,12). Sum of RGB (Red+Green+Blue) = 54+48+12=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36300C is #C9CFF3. Grayscale: #2D2D2D. Windows color (decimal): -13225972 or 798774. OLE color: 798774.

HSL color Cylindrical-coordinate representation of color #36300C: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36300C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB544812-
CMYK00.110.780.79
HSL51.43º63.64%12.94%-
HSV(B)51.43º77.78%21.18%-
XYZ2.642.920.77-
YUV45.69108.99133.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=47.37%
G=42.11%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54481200.110.780.7951.4363.6412.94
Hex3630C0B4E4F3340d
Octal6660140131161176310015
Binary1101101100001100010111001110100111111001110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36300C; }

 p { color: rgb(54,48,12); }

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

<style>
 a { background-color: #36300C; }

 a { background-color: rgb(54,48,12); }

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

<style>
 span { border-color: #36300C; }

 span { border-color: rgb(54,48,12); }

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