Html Css Color HEX #8E5D0F Golden Brown

📋 copy color: '#8E5D0F'

red 142 ◦ green 93 ◦ blue 15

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

Shades of Golden Brown #8E5D0F

Tints of Golden Brown #8E5D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.2%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 56.8%
G = 37.2%
B = 6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E5D0F (or 0x8E5D0F) is known color: Golden Brown. HEX triplet: 8E, 5D and 0F. RGB value is (142,93,15). Sum of RGB (Red+Green+Blue) = 142+93+15=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5D0F is #71A2F0. Grayscale: #636363. Windows color (decimal): -7447281 or 1006990. OLE color: 1006990.

HSL color Cylindrical-coordinate representation of color #8E5D0F: hue angle of 36.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E5D0F is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 93 15 -
CMYK 0 0.35 0.89 0.44
HSL 36.85º 0.81% 0.31% -
HSV(B) 36.85º 0.89% 0.56% -
XYZ 15.16 13.61 2.28 -
YUV 98.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 142 93 15 0 0.35 0.89 0.44 36.85 0.81 0.31
Hex 8E 5D F 0 23 59 2C 25 51 1F
Octal 216 135 17 0 43 131 54 45 121 37
Binary 10001110 1011101 1111 0 100011 1011001 101100 100101 1010001 11111

Color Harmonies of #8E5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5D0F

Black with #8E5D0F

Text Example


Text Example

White with #8E5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,93,15); }

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

background-color css

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

 a { background-color: rgb(142,93,15); }

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

border-color css

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

 span { border-color: rgb(142,93,15); }

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