Html Css Color HEX #8D2017 Mandarian Orange

📋 copy color: '#8D2017'

red 141 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #8D2017

Tints of Mandarian Orange #8D2017

RGB

 RED value IS 141 (55.47% from 255) = 71.94%

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 71.94%
G = 16.33%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D2017 (or 0x8D2017) is known color: Mandarian Orange. HEX triplet: 8D, 20 and 17. RGB value is (141,32,23). Sum of RGB (Red+Green+Blue) = 141+32+23=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2017 is #72DFE8. Grayscale: #3F3F3F. Windows color (decimal): -7528425 or 1515661. OLE color: 1515661.

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

Color convert

RGB 141 32 23 -
CMYK 0 0.77 0.84 0.45
HSL 4.58º 0.72% 0.32% -
HSV(B) 4.58º 0.84% 0.55% -
XYZ 11.66 6.76 1.5 -
YUV 63.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 141 32 23 0 0.77 0.84 0.45 4.58 0.72 0.32
Hex 8D 20 17 0 4D 54 2D 5 48 20
Octal 215 40 27 0 115 124 55 5 110 40
Binary 10001101 100000 10111 0 1001101 1010100 101101 101 1001000 100000

Color Harmonies of #8D2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2017

Black with #8D2017

Text Example


Text Example

White with #8D2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,32,23); }

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

background-color css

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

 a { background-color: rgb(141,32,23); }

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

border-color css

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

 span { border-color: rgb(141,32,23); }

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