#862422

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

Shades of Mandarian Orange #862422

Tints of Mandarian Orange #862422

Color information

#862422 (or 0x862422) is unknown color: approx Mandarian Orange. HEX triplet: 86, 24 and 22. RGB value is (134,36,34). Sum of RGB (Red+Green+Blue) = 134+36+34=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862422 is #79DBDD. Grayscale: #414141. Windows color (decimal): -7986142 or 2237574. OLE color: 2237574.

HSL color Cylindrical-coordinate representation of color #862422: hue angle of 1.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862422 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1343634-
CMYK00.730.750.47
HSL1.2º59.52%32.94%-
HSV(B)1.2º74.63%52.55%-
XYZ10.756.452.19-
YUV65.07110.47177.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=65.69%
G=17.65%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134363400.730.750.471.259.5232.94
Hex8624220494B2F13c21
Octal206444201111135717441
Binary100001101001001000100100100110010111011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862422; }

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

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

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

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

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

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

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

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