#8A2615

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

Shades of Mandarian Orange #8A2615

Tints of Mandarian Orange #8A2615

Color information

#8A2615 (or 0x8A2615) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 26 and 15. RGB value is (138,38,21). Sum of RGB (Red+Green+Blue) = 138+38+21=197 (26% of max value = 765). Red value is 138 (54.30% from 255 or 70.05% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2615 is #75D9EA. Grayscale: #424242. Windows color (decimal): -7723499 or 1386122. OLE color: 1386122.

HSL color Cylindrical-coordinate representation of color #8A2615: hue angle of 8.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A2615 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1383821-
CMYK00.720.850.46
HSL8.72º73.58%31.18%-
HSV(B)8.72º84.78%54.12%-
XYZ11.316.841.43-
YUV65.96102.63179.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.05%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=70.05%
G=19.29%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138382100.720.850.468.7273.5831.18
Hex8A2615048552E94a1f
Octal21246250110125561111237
Binary10001010100110101010100100010101011011101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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