#8A2A23

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

Shades of Mandarian Orange #8A2A23

Tints of Mandarian Orange #8A2A23

Color information

#8A2A23 (or 0x8A2A23) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 2A and 23. RGB value is (138,42,35). Sum of RGB (Red+Green+Blue) = 138+42+35=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A23 is #75D5DC. Grayscale: #464646. Windows color (decimal): -7722461 or 2304650. OLE color: 2304650.

HSL color Cylindrical-coordinate representation of color #8A2A23: hue angle of 4.08º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2A23 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1384235-
CMYK00.700.750.46
HSL4.08º59.54%33.92%-
HSV(B)4.08º74.64%54.12%-
XYZ11.617.182.36-
YUV69.91108.3176.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.19%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=64.19%
G=19.53%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138423500.700.750.464.0859.5433.92
Hex8A2A230464B2E43c22
Octal212524301061135647442
Binary10001010101010100011010001101001011101110100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,42,35); }

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

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

 a { background-color: rgb(138,42,35); }

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

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

 span { border-color: rgb(138,42,35); }

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