#362E04

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

Shades of Maire #362E04

Tints of Maire #362E04

Color information

#362E04 (or 0x362E04) is unknown color: approx Maire. HEX triplet: 36, 2E and 04. RGB value is (54,46,4). Sum of RGB (Red+Green+Blue) = 54+46+4=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E04 is #C9D1FB. Grayscale: #2B2B2B. Windows color (decimal): -13226492 or 273974. OLE color: 273974.

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

Color convert

RGB54464-
CMYK00.150.930.79
HSL50.4º86.21%11.37%-
HSV(B)50.4º92.59%21.18%-
XYZ2.522.750.51-
YUV43.6105.65135.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=51.92%
G=44.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446400.150.930.7950.486.2111.37
Hex362E40F5D4F3256b
Octal665640171351176212613
Binary110110101110100011111011101100111111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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