Html Css Color HEX #8E6D13 Golden Brown

📋 copy color: '#8E6D13'

red 142 ◦ green 109 ◦ blue 19

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

Shades of Golden Brown #8E6D13

Tints of Golden Brown #8E6D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 52.59%
G = 40.37%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E6D13 (or 0x8E6D13) is known color: Golden Brown. HEX triplet: 8E, 6D and 13. RGB value is (142,109,19). Sum of RGB (Red+Green+Blue) = 142+109+19=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6D13 is #7192EC. Grayscale: #6D6D6D. Windows color (decimal): -7443181 or 1273230. OLE color: 1273230.

HSL color Cylindrical-coordinate representation of color #8E6D13: hue angle of 43.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E6D13 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 109 19 -
CMYK 0 0.23 0.87 0.44
HSL 43.9º 0.76% 0.32% -
HSV(B) 43.9º 0.87% 0.56% -
XYZ 16.74 16.74 2.96 -
YUV 108.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 142 109 19 0 0.23 0.87 0.44 43.9 0.76 0.32
Hex 8E 6D 13 0 17 57 2C 2C 4C 20
Octal 216 155 23 0 27 127 54 54 114 40
Binary 10001110 1101101 10011 0 10111 1010111 101100 101100 1001100 100000

Color Harmonies of #8E6D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D13

Black with #8E6D13

Text Example


Text Example

White with #8E6D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,19); }

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

background-color css

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

 a { background-color: rgb(142,109,19); }

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

border-color css

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

 span { border-color: rgb(142,109,19); }

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