#362F14

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

Shades of Maire #362F14

Tints of Maire #362F14

Color information

#362F14 (or 0x362F14) is unknown color: approx Maire. HEX triplet: 36, 2F and 14. RGB value is (54,47,20). Sum of RGB (Red+Green+Blue) = 54+47+20=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F14 is #C9D0EB. Grayscale: #2E2E2E. Windows color (decimal): -13226220 or 1322806. OLE color: 1322806.

HSL color Cylindrical-coordinate representation of color #362F14: hue angle of 47.65º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362F14 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB544720-
CMYK00.130.630.79
HSL47.65º45.95%14.51%-
HSV(B)47.65º62.96%21.18%-
XYZ2.662.871.07-
YUV46.02113.32133.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=44.63%
G=38.84%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54472000.130.630.7947.6545.9514.51
Hex362F140D3F4F302ef
Octal66572401577117605617
Binary110110101111101000110111111110011111100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,47,20); }

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

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

 a { background-color: rgb(54,47,20); }

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

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

 span { border-color: rgb(54,47,20); }

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