#8A2926

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

Shades of Mandarian Orange #8A2926

Tints of Mandarian Orange #8A2926

Color information

#8A2926 (or 0x8A2926) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 29 and 26. RGB value is (138,41,38). Sum of RGB (Red+Green+Blue) = 138+41+38=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2926 is #75D6D9. Grayscale: #454545. Windows color (decimal): -7722714 or 2501002. OLE color: 2501002.

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

Color convert

RGB1384138-
CMYK00.700.720.46
HSL1.8º56.82%34.51%-
HSV(B)1.8º72.46%54.12%-
XYZ11.627.132.6-
YUV69.66110.14176.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=63.59%
G=18.89%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138413800.700.720.461.856.8234.51
Hex8A2926046482E23923
Octal212514601061105627143
Binary1000101010100110011001000110100100010111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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