#363205

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

Shades of Maire #363205

Tints of Maire #363205

Color information

#363205 (or 0x363205) is unknown color: approx Maire. HEX triplet: 36, 32 and 05. RGB value is (54,50,5). Sum of RGB (Red+Green+Blue) = 54+50+5=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363205 is #C9CDFA. Grayscale: #2E2E2E. Windows color (decimal): -13225467 or 340534. OLE color: 340534.

HSL color Cylindrical-coordinate representation of color #363205: hue angle of 55.1º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #363205 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB54505-
CMYK00.070.910.79
HSL55.1º83.05%11.57%-
HSV(B)55.1º90.74%21.18%-
XYZ2.693.080.6-
YUV46.07104.83133.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=49.54%
G=45.87%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5450500.070.910.7955.183.0511.57
Hex36325075B4F3753c
Octal66625071331176712314
Binary11011011001010101111011011100111111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363205; }

 p { color: rgb(54,50,5); }

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

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

 a { background-color: rgb(54,50,5); }

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

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

 span { border-color: rgb(54,50,5); }

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