Html Css Color HEX #8A5C11 Golden Brown

📋 copy color: '#8A5C11'

red 138 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #8A5C11

Tints of Golden Brown #8A5C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 55.87%
G = 37.25%
B = 6.88%

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

#8A5C11 (or 0x8A5C11) is known color: Golden Brown. HEX triplet: 8A, 5C and 11. RGB value is (138,92,17). Sum of RGB (Red+Green+Blue) = 138+92+17=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C11 is #75A3EE. Grayscale: #616161. Windows color (decimal): -7709679 or 1137802. OLE color: 1137802.

HSL color Cylindrical-coordinate representation of color #8A5C11: hue angle of 37.19º degrees, saturation: 0.78, 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 #8A5C11 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 92 17 -
CMYK 0 0.33 0.88 0.46
HSL 37.19º 0.78% 0.3% -
HSV(B) 37.19º 0.88% 0.54% -
XYZ 14.41 13.1 2.3 -
YUV 97.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 138 92 17 0 0.33 0.88 0.46 37.19 0.78 0.3
Hex 8A 5C 11 0 21 58 2E 25 4E 1E
Octal 212 134 21 0 41 130 56 45 116 36
Binary 10001010 1011100 10001 0 100001 1011000 101110 100101 1001110 11110

Color Harmonies of #8A5C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C11

Black with #8A5C11

Text Example


Text Example

White with #8A5C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,17); }

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

background-color css

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

 a { background-color: rgb(138,92,17); }

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

border-color css

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

 span { border-color: rgb(138,92,17); }

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