Html Css Color HEX #8A5D10 Golden Brown

📋 copy color: '#8A5D10'

red 138 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #8A5D10

Tints of Golden Brown #8A5D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 55.87%
G = 37.65%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A5D10 (or 0x8A5D10) is known color: Golden Brown. HEX triplet: 8A, 5D and 10. RGB value is (138,93,16). Sum of RGB (Red+Green+Blue) = 138+93+16=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5D10 is #75A2EF. Grayscale: #626262. Windows color (decimal): -7709424 or 1072522. OLE color: 1072522.

HSL color Cylindrical-coordinate representation of color #8A5D10: hue angle of 37.87º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A5D10 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 93 16 -
CMYK 0 0.33 0.88 0.46
HSL 37.87º 0.79% 0.3% -
HSV(B) 37.87º 0.88% 0.54% -
XYZ 14.49 13.27 2.29 -
YUV 97.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 138 93 16 0 0.33 0.88 0.46 37.87 0.79 0.3
Hex 8A 5D 10 0 21 58 2E 26 4F 1E
Octal 212 135 20 0 41 130 56 46 117 36
Binary 10001010 1011101 10000 0 100001 1011000 101110 100110 1001111 11110

Color Harmonies of #8A5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5D10

Black with #8A5D10

Text Example


Text Example

White with #8A5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,93,16); }

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

background-color css

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

 a { background-color: rgb(138,93,16); }

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

border-color css

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

 span { border-color: rgb(138,93,16); }

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