Html Css Color HEX #8A2617 Mandarian Orange

📋 copy color: '#8A2617'

red 138 ◦ green 38 ◦ blue 23

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

Shades of Mandarian Orange #8A2617

Tints of Mandarian Orange #8A2617

RGB

 RED value IS 138 (54.3% from 255) = 69.35%

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

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

R = 69.35%
G = 19.1%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A2617 (or 0x8A2617) is known color: Mandarian Orange. HEX triplet: 8A, 26 and 17. RGB value is (138,38,23). Sum of RGB (Red+Green+Blue) = 138+38+23=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2617 is #75D9E8. Grayscale: #424242. Windows color (decimal): -7723497 or 1517194. OLE color: 1517194.

HSL color Cylindrical-coordinate representation of color #8A2617: hue angle of 7.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A2617 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 38 23 -
CMYK 0 0.72 0.83 0.46
HSL 7.83º 0.71% 0.32% -
HSV(B) 7.83º 0.83% 0.54% -
XYZ 11.33 6.85 1.54 -
YUV 66.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 138 38 23 0 0.72 0.83 0.46 7.83 0.71 0.32
Hex 8A 26 17 0 48 53 2E 8 47 20
Octal 212 46 27 0 110 123 56 10 107 40
Binary 10001010 100110 10111 0 1001000 1010011 101110 1000 1000111 100000

Color Harmonies of #8A2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2617

Black with #8A2617

Text Example


Text Example

White with #8A2617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,38,23); }

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

background-color css

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

 a { background-color: rgb(138,38,23); }

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

border-color css

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

 span { border-color: rgb(138,38,23); }

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