#862B27

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

Shades of Mandarian Orange #862B27

Tints of Mandarian Orange #862B27

Color information

#862B27 (or 0x862B27) is unknown color: approx Mandarian Orange. HEX triplet: 86, 2B and 27. RGB value is (134,43,39). Sum of RGB (Red+Green+Blue) = 134+43+39=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B27 is #79D4D8. Grayscale: #454545. Windows color (decimal): -7984345 or 2567046. OLE color: 2567046.

HSL color Cylindrical-coordinate representation of color #862B27: hue angle of 2.53º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862B27 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1344339-
CMYK00.680.710.47
HSL2.53º54.91%33.92%-
HSV(B)2.53º70.9%52.55%-
XYZ11.066.942.68-
YUV69.75110.65173.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=62.04%
G=19.91%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134433900.680.710.472.5354.9133.92
Hex862B27044472F33722
Octal206534701041075736742
Binary1000011010101110011101000100100011110111111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B27; }

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

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

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

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

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

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

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

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