#363207

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

Shades of Maire #363207

Tints of Maire #363207

Color information

#363207 (or 0x363207) is unknown color: approx Maire. HEX triplet: 36, 32 and 07. RGB value is (54,50,7). Sum of RGB (Red+Green+Blue) = 54+50+7=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #363207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363207 is #C9CDF8. Grayscale: #2E2E2E. Windows color (decimal): -13225465 or 471606. OLE color: 471606.

HSL color Cylindrical-coordinate representation of color #363207: hue angle of 54.89º 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 #363207 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB54507-
CMYK00.070.870.79
HSL54.89º77.05%11.96%-
HSV(B)54.89º87.04%21.18%-
XYZ2.73.080.65-
YUV46.29105.83133.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=48.65%
G=45.05%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5450700.070.870.7954.8977.0511.96
Hex3632707574F374dc
Octal66627071271176711514
Binary11011011001011101111010111100111111011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363207; }

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

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

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

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

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

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

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

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