#36300F

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

Shades of Maire #36300F

Tints of Maire #36300F

Color information

#36300F (or 0x36300F) is unknown color: approx Maire. HEX triplet: 36, 30 and 0F. RGB value is (54,48,15). Sum of RGB (Red+Green+Blue) = 54+48+15=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36300F is #C9CFF0. Grayscale: #2E2E2E. Windows color (decimal): -13225969 or 995382. OLE color: 995382.

HSL color Cylindrical-coordinate representation of color #36300F: hue angle of 50.77º 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 #36300F is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB544815-
CMYK00.110.720.79
HSL50.77º56.52%13.53%-
HSV(B)50.77º72.22%21.18%-
XYZ2.662.930.88-
YUV46.03110.49133.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=46.15%
G=41.03%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54481500.110.720.7950.7756.5213.53
Hex3630F0B484F3339e
Octal666017013110117637116
Binary110110110000111101011100100010011111100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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