#862B2A

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

Shades of Mandarian Orange #862B2A

Tints of Mandarian Orange #862B2A

Color information

#862B2A (or 0x862B2A) is unknown color: approx Mandarian Orange. HEX triplet: 86, 2B and 2A. RGB value is (134,43,42). Sum of RGB (Red+Green+Blue) = 134+43+42=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #862B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B2A is #79D4D5. Grayscale: #464646. Windows color (decimal): -7984342 or 2763654. OLE color: 2763654.

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

Color convert

RGB1344342-
CMYK00.680.690.47
HSL0.65º52.27%34.51%-
HSV(B)0.65º68.66%52.55%-
XYZ11.116.962.95-
YUV70.09112.15173.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=61.19%
G=19.63%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134434200.680.690.470.6552.2734.51
Hex862B2A044452F13423
Octal206535201041055716443
Binary100001101010111010100100010010001011011111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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