Html Css Color HEX #8D2316 Mandarian Orange

📋 copy color: '#8D2316'

red 141 ◦ green 35 ◦ blue 22

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

Shades of Mandarian Orange #8D2316

Tints of Mandarian Orange #8D2316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 71.21%
G = 17.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D2316 (or 0x8D2316) is known color: Mandarian Orange. HEX triplet: 8D, 23 and 16. RGB value is (141,35,22). Sum of RGB (Red+Green+Blue) = 141+35+22=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2316 is #72DCE9. Grayscale: #414141. Windows color (decimal): -7527658 or 1450893. OLE color: 1450893.

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

Color convert

RGB 141 35 22 -
CMYK 0 0.75 0.84 0.45
HSL 6.55º 0.73% 0.32% -
HSV(B) 6.55º 0.84% 0.55% -
XYZ 11.73 6.92 1.48 -
YUV 65.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 141 35 22 0 0.75 0.84 0.45 6.55 0.73 0.32
Hex 8D 23 16 0 4B 54 2D 7 49 20
Octal 215 43 26 0 113 124 55 7 111 40
Binary 10001101 100011 10110 0 1001011 1010100 101101 111 1001001 100000

Color Harmonies of #8D2316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2316

Black with #8D2316

Text Example


Text Example

White with #8D2316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,22); }

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

background-color css

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

 a { background-color: rgb(141,35,22); }

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

border-color css

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

 span { border-color: rgb(141,35,22); }

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