#8C2B25

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

Shades of Mandarian Orange #8C2B25

Tints of Mandarian Orange #8C2B25

Color information

#8C2B25 (or 0x8C2B25) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 2B and 25. RGB value is (140,43,37). Sum of RGB (Red+Green+Blue) = 140+43+37=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B25 is #73D4DA. Grayscale: #474747. Windows color (decimal): -7591131 or 2435980. OLE color: 2435980.

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

Color convert

RGB1404337-
CMYK00.690.740.45
HSL3.5º58.19%34.71%-
HSV(B)3.5º73.57%54.9%-
XYZ12.017.442.55-
YUV71.32108.64176.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.64%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=63.64%
G=19.55%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140433700.690.740.453.558.1934.71
Hex8C2B250454A2D33a23
Octal214534501051125537243
Binary1000110010101110010101000101100101010110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,43,37); }

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

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

 a { background-color: rgb(140,43,37); }

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

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

 span { border-color: rgb(140,43,37); }

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