Html Css Color HEX #8A2614 Mandarian Orange

📋 copy color: '#8A2614'

red 138 ◦ green 38 ◦ blue 20

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

Shades of Mandarian Orange #8A2614

Tints of Mandarian Orange #8A2614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 70.41%
G = 19.39%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A2614 (or 0x8A2614) is known color: Mandarian Orange. HEX triplet: 8A, 26 and 14. RGB value is (138,38,20). Sum of RGB (Red+Green+Blue) = 138+38+20=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2614 is #75D9EB. Grayscale: #424242. Windows color (decimal): -7723500 or 1320586. OLE color: 1320586.

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

Color convert

RGB 138 38 20 -
CMYK 0 0.72 0.86 0.46
HSL 9.15º 0.75% 0.31% -
HSV(B) 9.15º 0.86% 0.54% -
XYZ 11.3 6.84 1.39 -
YUV 65.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 138 38 20 0 0.72 0.86 0.46 9.15 0.75 0.31
Hex 8A 26 14 0 48 56 2E 9 4B 1F
Octal 212 46 24 0 110 126 56 11 113 37
Binary 10001010 100110 10100 0 1001000 1010110 101110 1001 1001011 11111

Color Harmonies of #8A2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2614

Black with #8A2614

Text Example


Text Example

White with #8A2614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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