Html Css Color HEX #8C2513 Mandarian Orange

📋 copy color: '#8C2513'

red 140 ◦ green 37 ◦ blue 19

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

Shades of Mandarian Orange #8C2513

Tints of Mandarian Orange #8C2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

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

R = 71.43%
G = 18.88%
B = 9.69%

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

#8C2513 (or 0x8C2513) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 13. RGB value is (140,37,19). Sum of RGB (Red+Green+Blue) = 140+37+19=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2513 is #73DAEC. Grayscale: #414141. Windows color (decimal): -7592685 or 1254796. OLE color: 1254796.

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

Color convert

RGB 140 37 19 -
CMYK 0 0.74 0.86 0.45
HSL 8.93º 0.76% 0.31% -
HSV(B) 8.93º 0.86% 0.55% -
XYZ 11.59 6.95 1.35 -
YUV 65.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 140 37 19 0 0.74 0.86 0.45 8.93 0.76 0.31
Hex 8C 25 13 0 4A 56 2D 9 4C 1F
Octal 214 45 23 0 112 126 55 11 114 37
Binary 10001100 100101 10011 0 1001010 1010110 101101 1001 1001100 11111

Color Harmonies of #8C2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2513

Black with #8C2513

Text Example


Text Example

White with #8C2513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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