#862720

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

Shades of Mandarian Orange #862720

Tints of Mandarian Orange #862720

Color information

#862720 (or 0x862720) is unknown color: approx Mandarian Orange. HEX triplet: 86, 27 and 20. RGB value is (134,39,32). Sum of RGB (Red+Green+Blue) = 134+39+32=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #862720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862720 is #79D8DF. Grayscale: #424242. Windows color (decimal): -7985376 or 2107270. OLE color: 2107270.

HSL color Cylindrical-coordinate representation of color #862720: hue angle of 4.12º 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 #862720 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1343932-
CMYK00.710.760.47
HSL4.12º61.45%32.55%-
HSV(B)4.12º76.12%52.55%-
XYZ10.826.622.07-
YUV66.61108.47176.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=65.37%
G=19.02%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134393200.710.760.474.1261.4532.55
Hex8627200474C2F43d21
Octal206474001071145747541
Binary10000110100111100000010001111001100101111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862720; }

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

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

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

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

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

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

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

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