#362E0F

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

Shades of Maire #362E0F

Tints of Maire #362E0F

Color information

#362E0F (or 0x362E0F) is unknown color: approx Maire. HEX triplet: 36, 2E and 0F. RGB value is (54,46,15). Sum of RGB (Red+Green+Blue) = 54+46+15=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E0F is #C9D1F0. Grayscale: #2C2C2C. Windows color (decimal): -13226481 or 994870. OLE color: 994870.

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

Color convert

RGB544615-
CMYK00.150.720.79
HSL47.69º56.52%13.53%-
HSV(B)47.69º72.22%21.18%-
XYZ2.582.770.85-
YUV44.86111.15134.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 46 (18.36% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=46.96%
G=40%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54461500.150.720.7947.6956.5213.53
Hex362EF0F484F3039e
Octal665617017110117607116
Binary110110101110111101111100100010011111100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E0F; }

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

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

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

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

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

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

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

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