#362E0D

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

Shades of Maire #362E0D

Tints of Maire #362E0D

Color information

#362E0D (or 0x362E0D) is unknown color: approx Maire. HEX triplet: 36, 2E and 0D. RGB value is (54,46,13). Sum of RGB (Red+Green+Blue) = 54+46+13=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E0D is #C9D1F2. Grayscale: #2C2C2C. Windows color (decimal): -13226483 or 863798. OLE color: 863798.

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

Color convert

RGB544613-
CMYK00.150.760.79
HSL48.29º61.19%13.14%-
HSV(B)48.29º75.93%21.18%-
XYZ2.572.770.78-
YUV44.63110.15134.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=47.79%
G=40.71%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54461300.150.760.7948.2961.1913.14
Hex362ED0F4C4F303dd
Octal665615017114117607515
Binary110110101110110101111100110010011111100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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