Html Css Color HEX #8C2316 Mandarian Orange

📋 copy color: '#8C2316'

red 140 ◦ green 35 ◦ blue 22

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

Shades of Mandarian Orange #8C2316

Tints of Mandarian Orange #8C2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 71.07%
G = 17.77%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2316 (or 0x8C2316) is known color: Mandarian Orange. HEX triplet: 8C, 23 and 16. RGB value is (140,35,22). Sum of RGB (Red+Green+Blue) = 140+35+22=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2316 is #73DCE9. Grayscale: #414141. Windows color (decimal): -7593194 or 1450892. OLE color: 1450892.

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

Color convert

RGB 140 35 22 -
CMYK 0 0.75 0.84 0.45
HSL 6.61º 0.73% 0.32% -
HSV(B) 6.61º 0.84% 0.55% -
XYZ 11.56 6.84 1.47 -
YUV 64.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 140 35 22 0 0.75 0.84 0.45 6.61 0.73 0.32
Hex 8C 23 16 0 4B 54 2D 7 49 20
Octal 214 43 26 0 113 124 55 7 111 40
Binary 10001100 100011 10110 0 1001011 1010100 101101 111 1001001 100000

Color Harmonies of #8C2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2316

Black with #8C2316

Text Example


Text Example

White with #8C2316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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