#8C241A

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

Shades of Mandarian Orange #8C241A

Tints of Mandarian Orange #8C241A

Color information

#8C241A (or 0x8C241A) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 24 and 1A. RGB value is (140,36,26). Sum of RGB (Red+Green+Blue) = 140+36+26=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C241A is #73DBE5. Grayscale: #424242. Windows color (decimal): -7592934 or 1713292. OLE color: 1713292.

HSL color Cylindrical-coordinate representation of color #8C241A: hue angle of 5.26º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C241A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1403626-
CMYK00.740.810.45
HSL5.26º68.67%32.55%-
HSV(B)5.26º81.43%54.9%-
XYZ11.636.911.7-
YUV65.96105.46180.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.31%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=69.31%
G=17.82%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140362600.740.810.455.2668.6732.55
Hex8C241A04A512D54521
Octal2144432011212155510541
Binary10001100100100110100100101010100011011011011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,26); }

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

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

 a { background-color: rgb(140,36,26); }

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

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

 span { border-color: rgb(140,36,26); }

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