#862928

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

Shades of Mandarian Orange #862928

Tints of Mandarian Orange #862928

Color information

#862928 (or 0x862928) is unknown color: approx Mandarian Orange. HEX triplet: 86, 29 and 28. RGB value is (134,41,40). Sum of RGB (Red+Green+Blue) = 134+41+40=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #862928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862928 is #79D6D7. Grayscale: #444444. Windows color (decimal): -7984856 or 2632070. OLE color: 2632070.

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

Color convert

RGB1344140-
CMYK00.690.700.47
HSL0.64º54.02%34.12%-
HSV(B)0.64º70.15%52.55%-
XYZ11.016.812.74-
YUV68.69111.81174.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=62.33%
G=19.07%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134414000.690.700.470.6454.0234.12
Hex862928045462F13622
Octal206515001051065716642
Binary100001101010011010000100010110001101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862928; }

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

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

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

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

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

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

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

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