#862020

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

Shades of Mandarian Orange #862020

Tints of Mandarian Orange #862020

Color information

#862020 (or 0x862020) is unknown color: approx Mandarian Orange. HEX triplet: 86, 20 and 20. RGB value is (134,32,32). Sum of RGB (Red+Green+Blue) = 134+32+32=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862020 is #79DFDF. Grayscale: #3E3E3E. Windows color (decimal): -7987168 or 2105478. OLE color: 2105478.

HSL color Cylindrical-coordinate representation of color #862020: hue angle of 0º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862020 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1343232-
CMYK00.760.760.47
HSL61.45%32.55%-
HSV(B)76.12%52.55%-
XYZ10.616.212.01-
YUV62.5110.79179-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=67.68%
G=16.16%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134323200.760.760.47061.4532.55
Hex86202004C4C2F03d21
Octal206404001141145707541
Binary100001101000001000000100110010011001011110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862020; }

 p { color: rgb(134,32,32); }

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

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

 a { background-color: rgb(134,32,32); }

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

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

 span { border-color: rgb(134,32,32); }

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