#8A2820

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

Shades of Mandarian Orange #8A2820

Tints of Mandarian Orange #8A2820

Color information

#8A2820 (or 0x8A2820) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 28 and 20. RGB value is (138,40,32). Sum of RGB (Red+Green+Blue) = 138+40+32=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2820 is #75D7DF. Grayscale: #444444. Windows color (decimal): -7722976 or 2107530. OLE color: 2107530.

HSL color Cylindrical-coordinate representation of color #8A2820: hue angle of 4.53º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2820 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1384032-
CMYK00.710.770.46
HSL4.53º62.35%33.33%-
HSV(B)4.53º76.81%54.12%-
XYZ11.57.032.12-
YUV68.39107.47177.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.71%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=65.71%
G=19.05%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138403200.710.770.464.5362.3533.33
Hex8A28200474D2E53e21
Octal212504001071155657641
Binary10001010101000100000010001111001101101110101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2820; }

 p { color: rgb(138,40,32); }

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

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

 a { background-color: rgb(138,40,32); }

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

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

 span { border-color: rgb(138,40,32); }

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