Html Css Color HEX #8C2718 Mandarian Orange

📋 copy color: '#8C2718'

red 140 ◦ green 39 ◦ blue 24

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

Shades of Mandarian Orange #8C2718

Tints of Mandarian Orange #8C2718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 68.97%
G = 19.21%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C2718 (or 0x8C2718) is known color: Mandarian Orange. HEX triplet: 8C, 27 and 18. RGB value is (140,39,24). Sum of RGB (Red+Green+Blue) = 140+39+24=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2718 is #73D8E7. Grayscale: #434343. Windows color (decimal): -7592168 or 1582988. OLE color: 1582988.

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

Color convert

RGB 140 39 24 -
CMYK 0 0.72 0.83 0.45
HSL 7.76º 0.71% 0.32% -
HSV(B) 7.76º 0.83% 0.55% -
XYZ 11.71 7.09 1.62 -
YUV 67.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 140 39 24 0 0.72 0.83 0.45 7.76 0.71 0.32
Hex 8C 27 18 0 48 53 2D 8 47 20
Octal 214 47 30 0 110 123 55 10 107 40
Binary 10001100 100111 11000 0 1001000 1010011 101101 1000 1000111 100000

Color Harmonies of #8C2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2718

Black with #8C2718

Text Example


Text Example

White with #8C2718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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