#362E06

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

Shades of Maire #362E06

Tints of Maire #362E06

Color information

#362E06 (or 0x362E06) is unknown color: approx Maire. HEX triplet: 36, 2E and 06. RGB value is (54,46,6). Sum of RGB (Red+Green+Blue) = 54+46+6=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E06 is #C9D1F9. Grayscale: #2B2B2B. Windows color (decimal): -13226490 or 405046. OLE color: 405046.

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

Color convert

RGB54466-
CMYK00.150.890.79
HSL50º80%11.76%-
HSV(B)50º88.89%21.18%-
XYZ2.532.750.57-
YUV43.83106.65135.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.94%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=50.94%
G=43.40%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446600.150.890.79508011.76
Hex362E60F594F3250c
Octal665660171311176212014
Binary110110101110110011111011001100111111001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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