#8C231E

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

Shades of Mandarian Orange #8C231E

Tints of Mandarian Orange #8C231E

Color information

#8C231E (or 0x8C231E) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 23 and 1E. RGB value is (140,35,30). Sum of RGB (Red+Green+Blue) = 140+35+30=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C231E is #73DCE1. Grayscale: #414141. Windows color (decimal): -7593186 or 1975180. OLE color: 1975180.

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

Color convert

RGB1403530-
CMYK00.750.790.45
HSL2.73º64.71%33.33%-
HSV(B)2.73º78.57%54.9%-
XYZ11.656.871.94-
YUV65.82107.79180.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=68.29%
G=17.07%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140353000.750.790.452.7364.7133.33
Hex8C231E04B4F2D34121
Octal2144336011311755310141
Binary1000110010001111110010010111001111101101111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,35,30); }

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

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

 a { background-color: rgb(140,35,30); }

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

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

 span { border-color: rgb(140,35,30); }

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