#363010

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

Shades of Maire #363010

Tints of Maire #363010

Color information

#363010 (or 0x363010) is unknown color: approx Maire. HEX triplet: 36, 30 and 10. RGB value is (54,48,16). Sum of RGB (Red+Green+Blue) = 54+48+16=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #363010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363010 is #C9CFEF. Grayscale: #2E2E2E. Windows color (decimal): -13225968 or 1060918. OLE color: 1060918.

HSL color Cylindrical-coordinate representation of color #363010: hue angle of 50.53º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363010 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB544816-
CMYK00.110.700.79
HSL50.53º54.29%13.73%-
HSV(B)50.53º70.37%21.18%-
XYZ2.672.940.92-
YUV46.15110.99133.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=45.76%
G=40.68%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54481600.110.700.7950.5354.2913.73
Hex3630100B464F3336e
Octal666020013106117636616
Binary1101101100001000001011100011010011111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363010; }

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

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

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

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

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

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

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

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