Html Css Color HEX #8C2116 Mandarian Orange

📋 copy color: '#8C2116'

red 140 ◦ green 33 ◦ blue 22

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

Shades of Mandarian Orange #8C2116

Tints of Mandarian Orange #8C2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 71.79%
G = 16.92%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2116 (or 0x8C2116) is known color: Mandarian Orange. HEX triplet: 8C, 21 and 16. RGB value is (140,33,22). Sum of RGB (Red+Green+Blue) = 140+33+22=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2116 is #73DEE9. Grayscale: #3F3F3F. Windows color (decimal): -7593706 or 1450380. OLE color: 1450380.

HSL color Cylindrical-coordinate representation of color #8C2116: hue angle of 5.59º 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 #8C2116 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 33 22 -
CMYK 0 0.76 0.84 0.45
HSL 5.59º 0.73% 0.32% -
HSV(B) 5.59º 0.84% 0.55% -
XYZ 11.5 6.72 1.45 -
YUV 63.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 140 33 22 0 0.76 0.84 0.45 5.59 0.73 0.32
Hex 8C 21 16 0 4C 54 2D 6 49 20
Octal 214 41 26 0 114 124 55 6 111 40
Binary 10001100 100001 10110 0 1001100 1010100 101101 110 1001001 100000

Color Harmonies of #8C2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2116

Black with #8C2116

Text Example


Text Example

White with #8C2116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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