Html Css Color HEX #8C2516 Mandarian Orange

📋 copy color: '#8C2516'

red 140 ◦ green 37 ◦ blue 22

#8C2516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #8C2516

Tints of Mandarian Orange #8C2516

RGB

 RED value IS 140 (55.08% from 255) = 70.35%

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 70.35%
G = 18.59%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2516 (or 0x8C2516) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 16. RGB value is (140,37,22). Sum of RGB (Red+Green+Blue) = 140+37+22=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2516 is #73DAE9. Grayscale: #424242. Windows color (decimal): -7592682 or 1451404. OLE color: 1451404.

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

Color convert

RGB 140 37 22 -
CMYK 0 0.74 0.84 0.45
HSL 7.63º 0.73% 0.32% -
HSV(B) 7.63º 0.84% 0.55% -
XYZ 11.62 6.96 1.49 -
YUV 66.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 140 37 22 0 0.74 0.84 0.45 7.63 0.73 0.32
Hex 8C 25 16 0 4A 54 2D 8 49 20
Octal 214 45 26 0 112 124 55 10 111 40
Binary 10001100 100101 10110 0 1001010 1010100 101101 1000 1001001 100000

Color Harmonies of #8C2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2516

Black with #8C2516

Text Example


Text Example

White with #8C2516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C2516;
 }
 .AnyTagClassName
 {
   color: #8C2516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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