Html Css Color HEX #8A5914 Golden Brown

📋 copy color: '#8A5914'

red 138 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #8A5914

Tints of Golden Brown #8A5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

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

R = 55.87%
G = 36.03%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A5914 (or 0x8A5914) is known color: Golden Brown. HEX triplet: 8A, 59 and 14. RGB value is (138,89,20). Sum of RGB (Red+Green+Blue) = 138+89+20=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5914 is #75A6EB. Grayscale: #606060. Windows color (decimal): -7710444 or 1333642. OLE color: 1333642.

HSL color Cylindrical-coordinate representation of color #8A5914: hue angle of 35.08º 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 #8A5914 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 20 -
CMYK 0 0.36 0.86 0.46
HSL 35.08º 0.75% 0.31% -
HSV(B) 35.08º 0.86% 0.54% -
XYZ 14.18 12.6 2.35 -
YUV 95.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 138 89 20 0 0.36 0.86 0.46 35.08 0.75 0.31
Hex 8A 59 14 0 24 56 2E 23 4B 1F
Octal 212 131 24 0 44 126 56 43 113 37
Binary 10001010 1011001 10100 0 100100 1010110 101110 100011 1001011 11111

Color Harmonies of #8A5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5914

Black with #8A5914

Text Example


Text Example

White with #8A5914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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