#362D04

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

Shades of Maire #362D04

Tints of Maire #362D04

Color information

#362D04 (or 0x362D04) is unknown color: approx Maire. HEX triplet: 36, 2D and 04. RGB value is (54,45,4). Sum of RGB (Red+Green+Blue) = 54+45+4=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #362D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D04 is #C9D2FB. Grayscale: #2B2B2B. Windows color (decimal): -13226748 or 273718. OLE color: 273718.

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

Color convert

RGB54454-
CMYK00.170.930.79
HSL49.2º86.21%11.37%-
HSV(B)49.2º92.59%21.18%-
XYZ2.482.670.5-
YUV43.02105.98135.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.43%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=52.43%
G=43.69%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5445400.170.930.7949.286.2111.37
Hex362D40115D4F3156b
Octal665540211351176112613
Binary1101101011011000100011011101100111111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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