Html Css Color HEX #8C2716 Mandarian Orange

📋 copy color: '#8C2716'

red 140 ◦ green 39 ◦ blue 22

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

Shades of Mandarian Orange #8C2716

Tints of Mandarian Orange #8C2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

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

R = 69.65%
G = 19.4%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2716 (or 0x8C2716) is known color: Mandarian Orange. HEX triplet: 8C, 27 and 16. RGB value is (140,39,22). Sum of RGB (Red+Green+Blue) = 140+39+22=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2716 is #73D8E9. Grayscale: #434343. Windows color (decimal): -7592170 or 1451916. OLE color: 1451916.

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

Color convert

RGB 140 39 22 -
CMYK 0 0.72 0.84 0.45
HSL 8.64º 0.73% 0.32% -
HSV(B) 8.64º 0.84% 0.55% -
XYZ 11.69 7.08 1.51 -
YUV 67.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 140 39 22 0 0.72 0.84 0.45 8.64 0.73 0.32
Hex 8C 27 16 0 48 54 2D 9 49 20
Octal 214 47 26 0 110 124 55 11 111 40
Binary 10001100 100111 10110 0 1001000 1010100 101101 1001 1001001 100000

Color Harmonies of #8C2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2716

Black with #8C2716

Text Example


Text Example

White with #8C2716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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