#362E07

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

Shades of Maire #362E07

Tints of Maire #362E07

Color information

#362E07 (or 0x362E07) is unknown color: approx Maire. HEX triplet: 36, 2E and 07. RGB value is (54,46,7). Sum of RGB (Red+Green+Blue) = 54+46+7=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E07 is #C9D1F8. Grayscale: #2C2C2C. Windows color (decimal): -13226489 or 470582. OLE color: 470582.

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

Color convert

RGB54467-
CMYK00.150.870.79
HSL49.79º77.05%11.96%-
HSV(B)49.79º87.04%21.18%-
XYZ2.542.750.6-
YUV43.95107.15135.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50.47%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=50.47%
G=42.99%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446700.150.870.7949.7977.0511.96
Hex362E70F574F324dc
Octal665670171271176211514
Binary110110101110111011111010111100111111001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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