#86241A

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

Shades of Mandarian Orange #86241A

Tints of Mandarian Orange #86241A

Color information

#86241A (or 0x86241A) is unknown color: approx Mandarian Orange. HEX triplet: 86, 24 and 1A. RGB value is (134,36,26). Sum of RGB (Red+Green+Blue) = 134+36+26=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86241A is #79DBE5. Grayscale: #404040. Windows color (decimal): -7986150 or 1713286. OLE color: 1713286.

HSL color Cylindrical-coordinate representation of color #86241A: hue angle of 5.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86241A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1343626-
CMYK00.730.810.47
HSL5.56º67.5%31.37%-
HSV(B)5.56º80.6%52.55%-
XYZ10.656.41.65-
YUV64.16106.47177.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.37%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=68.37%
G=18.37%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134362600.730.810.475.5667.531.37
Hex86241A049512F6441f
Octal2064432011112157610437
Binary1000011010010011010010010011010001101111110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86241A; }

 p { color: rgb(134,36,26); }

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

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

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

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

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

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

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