#8A2620

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

Shades of Mandarian Orange #8A2620

Tints of Mandarian Orange #8A2620

Color information

#8A2620 (or 0x8A2620) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 26 and 20. RGB value is (138,38,32). Sum of RGB (Red+Green+Blue) = 138+38+32=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2620 is #75D9DF. Grayscale: #434343. Windows color (decimal): -7723488 or 2107018. OLE color: 2107018.

HSL color Cylindrical-coordinate representation of color #8A2620: hue angle of 3.4º 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 #8A2620 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1383832-
CMYK00.720.770.46
HSL3.4º62.35%33.33%-
HSV(B)3.4º76.81%54.12%-
XYZ11.446.892.09-
YUV67.22108.13178.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=66.35%
G=18.27%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138383200.720.770.463.462.3533.33
Hex8A26200484D2E33e21
Octal212464001101155637641
Binary1000101010011010000001001000100110110111011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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