Html Css Color HEX #8C2717 Mandarian Orange

📋 copy color: '#8C2717'

red 140 ◦ green 39 ◦ blue 23

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

Shades of Mandarian Orange #8C2717

Tints of Mandarian Orange #8C2717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 69.31%
G = 19.31%
B = 11.39%

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

#8C2717 (or 0x8C2717) is known color: Mandarian Orange. HEX triplet: 8C, 27 and 17. RGB value is (140,39,23). Sum of RGB (Red+Green+Blue) = 140+39+23=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2717 is #73D8E8. Grayscale: #434343. Windows color (decimal): -7592169 or 1517452. OLE color: 1517452.

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

Color convert

RGB 140 39 23 -
CMYK 0 0.72 0.84 0.45
HSL 8.21º 0.72% 0.32% -
HSV(B) 8.21º 0.84% 0.55% -
XYZ 11.7 7.09 1.56 -
YUV 67.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 140 39 23 0 0.72 0.84 0.45 8.21 0.72 0.32
Hex 8C 27 17 0 48 54 2D 8 48 20
Octal 214 47 27 0 110 124 55 10 110 40
Binary 10001100 100111 10111 0 1001000 1010100 101101 1000 1001000 100000

Color Harmonies of #8C2717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2717

Black with #8C2717

Text Example


Text Example

White with #8C2717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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