#862921

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

Shades of Mandarian Orange #862921

Tints of Mandarian Orange #862921

Color information

#862921 (or 0x862921) is unknown color: approx Mandarian Orange. HEX triplet: 86, 29 and 21. RGB value is (134,41,33). Sum of RGB (Red+Green+Blue) = 134+41+33=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #862921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862921 is #79D6DE. Grayscale: #444444. Windows color (decimal): -7984863 or 2173318. OLE color: 2173318.

HSL color Cylindrical-coordinate representation of color #862921: hue angle of 4.75º 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 #862921 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1344133-
CMYK00.690.750.47
HSL4.75º60.48%32.75%-
HSV(B)4.75º75.37%52.55%-
XYZ10.96.762.17-
YUV67.9108.31175.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=64.42%
G=19.71%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134413300.690.750.474.7560.4832.75
Hex8629210454B2F53c21
Octal206514101051135757441
Binary10000110101001100001010001011001011101111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862921; }

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

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

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

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

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

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

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

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