Html Css Color HEX #8D2618 Mandarian Orange

📋 copy color: '#8D2618'

red 141 ◦ green 38 ◦ blue 24

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

Shades of Mandarian Orange #8D2618

Tints of Mandarian Orange #8D2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

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

R = 69.46%
G = 18.72%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8D2618 (or 0x8D2618) is known color: Mandarian Orange. HEX triplet: 8D, 26 and 18. RGB value is (141,38,24). Sum of RGB (Red+Green+Blue) = 141+38+24=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2618 is #72D9E7. Grayscale: #434343. Windows color (decimal): -7526888 or 1582733. OLE color: 1582733.

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

Color convert

RGB 141 38 24 -
CMYK 0 0.73 0.83 0.45
HSL 7.18º 0.71% 0.32% -
HSV(B) 7.18º 0.83% 0.55% -
XYZ 11.84 7.11 1.61 -
YUV 67.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 141 38 24 0 0.73 0.83 0.45 7.18 0.71 0.32
Hex 8D 26 18 0 49 53 2D 7 47 20
Octal 215 46 30 0 111 123 55 7 107 40
Binary 10001101 100110 11000 0 1001001 1010011 101101 111 1000111 100000

Color Harmonies of #8D2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2618

Black with #8D2618

Text Example


Text Example

White with #8D2618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,24); }

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

background-color css

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

 a { background-color: rgb(141,38,24); }

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

border-color css

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

 span { border-color: rgb(141,38,24); }

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