#362C06

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

Shades of Maire #362C06

Tints of Maire #362C06

Color information

#362C06 (or 0x362C06) is unknown color: approx Maire. HEX triplet: 36, 2C and 06. RGB value is (54,44,6). Sum of RGB (Red+Green+Blue) = 54+44+6=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C06 is #C9D3F9. Grayscale: #2A2A2A. Windows color (decimal): -13227002 or 404534. OLE color: 404534.

HSL color Cylindrical-coordinate representation of color #362C06: hue angle of 47.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #362C06 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB54446-
CMYK00.190.890.79
HSL47.5º80%11.76%-
HSV(B)47.5º88.89%21.18%-
XYZ2.452.60.54-
YUV42.66107.31136.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=51.92%
G=42.31%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5444600.190.890.7947.58011.76
Hex362C6013594F3050c
Octal665460231311176012014
Binary1101101011001100100111011001100111111000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,6); }

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

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

 a { background-color: rgb(54,44,6); }

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

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

 span { border-color: rgb(54,44,6); }

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