#862A29

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

Shades of Mandarian Orange #862A29

Tints of Mandarian Orange #862A29

Color information

#862A29 (or 0x862A29) is unknown color: approx Mandarian Orange. HEX triplet: 86, 2A and 29. RGB value is (134,42,41). Sum of RGB (Red+Green+Blue) = 134+42+41=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #862A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A29 is #79D5D6. Grayscale: #454545. Windows color (decimal): -7984599 or 2697862. OLE color: 2697862.

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

Color convert

RGB1344241-
CMYK00.690.690.47
HSL0.65º53.14%34.31%-
HSV(B)0.65º69.4%52.55%-
XYZ11.066.882.84-
YUV69.39111.98174.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=61.75%
G=19.35%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134424100.690.690.470.6553.1434.31
Hex862A29045452F13522
Octal206525101051055716542
Binary100001101010101010010100010110001011011111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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