Html Css Color HEX #8C2413 Mandarian Orange

📋 copy color: '#8C2413'

red 140 ◦ green 36 ◦ blue 19

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

Shades of Mandarian Orange #8C2413

Tints of Mandarian Orange #8C2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 71.79%
G = 18.46%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C2413 (or 0x8C2413) is known color: Mandarian Orange. HEX triplet: 8C, 24 and 13. RGB value is (140,36,19). Sum of RGB (Red+Green+Blue) = 140+36+19=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2413 is #73DBEC. Grayscale: #414141. Windows color (decimal): -7592941 or 1254540. OLE color: 1254540.

HSL color Cylindrical-coordinate representation of color #8C2413: hue angle of 8.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C2413 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 36 19 -
CMYK 0 0.74 0.86 0.45
HSL 8.43º 0.76% 0.31% -
HSV(B) 8.43º 0.86% 0.55% -
XYZ 11.56 6.88 1.34 -
YUV 65.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 140 36 19 0 0.74 0.86 0.45 8.43 0.76 0.31
Hex 8C 24 13 0 4A 56 2D 8 4C 1F
Octal 214 44 23 0 112 126 55 10 114 37
Binary 10001100 100100 10011 0 1001010 1010110 101101 1000 1001100 11111

Color Harmonies of #8C2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2413

Black with #8C2413

Text Example


Text Example

White with #8C2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,19); }

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

background-color css

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

 a { background-color: rgb(140,36,19); }

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

border-color css

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

 span { border-color: rgb(140,36,19); }

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