Html Css Color HEX #8E710D Golden Brown

📋 copy color: '#8E710D'

red 142 ◦ green 113 ◦ blue 13

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

Shades of Golden Brown #8E710D

Tints of Golden Brown #8E710D

RGB

 RED value IS 142 (55.86% from 255) = 52.99%

 GREEN value IS 113 (44.53% from 255) = 42.16%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 52.99%
G = 42.16%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E710D (or 0x8E710D) is known color: Golden Brown. HEX triplet: 8E, 71 and 0D. RGB value is (142,113,13). Sum of RGB (Red+Green+Blue) = 142+113+13=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E710D is #718EF2. Grayscale: #6E6E6E. Windows color (decimal): -7442163 or 881038. OLE color: 881038.

HSL color Cylindrical-coordinate representation of color #8E710D: hue angle of 46.51º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E710D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 113 13 -
CMYK 0 0.20 0.91 0.44
HSL 46.51º 0.83% 0.3% -
HSV(B) 46.51º 0.91% 0.56% -
XYZ 17.13 17.59 2.87 -
YUV 110.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 142 113 13 0 0.20 0.91 0.44 46.51 0.83 0.3
Hex 8E 71 D 0 14 5B 2C 2F 53 1E
Octal 216 161 15 0 24 133 54 57 123 36
Binary 10001110 1110001 1101 0 10100 1011011 101100 101111 1010011 11110

Color Harmonies of #8E710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E710D

Black with #8E710D

Text Example


Text Example

White with #8E710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,13); }

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

background-color css

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

 a { background-color: rgb(142,113,13); }

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

border-color css

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

 span { border-color: rgb(142,113,13); }

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