#362F0E

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

Shades of Maire #362F0E

Tints of Maire #362F0E

Color information

#362F0E (or 0x362F0E) is unknown color: approx Maire. HEX triplet: 36, 2F and 0E. RGB value is (54,47,14). Sum of RGB (Red+Green+Blue) = 54+47+14=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362F0E is #C9D0F1. Grayscale: #2D2D2D. Windows color (decimal): -13226226 or 929590. OLE color: 929590.

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

Color convert

RGB544714-
CMYK00.130.740.79
HSL49.5º58.82%13.33%-
HSV(B)49.5º74.07%21.18%-
XYZ2.622.850.83-
YUV45.33110.32134.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 47 (18.75% from 255) = 40.87%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=46.96%
G=40.87%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54471400.130.740.7949.558.8213.33
Hex362FE0D4A4F323bd
Octal665716015112117627315
Binary110110101111111001101100101010011111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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