Html Css Color HEX #8A5A11 Golden Brown

📋 copy color: '#8A5A11'

red 138 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #8A5A11

Tints of Golden Brown #8A5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

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

R = 56.33%
G = 36.73%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A5A11 (or 0x8A5A11) is known color: Golden Brown. HEX triplet: 8A, 5A and 11. RGB value is (138,90,17). Sum of RGB (Red+Green+Blue) = 138+90+17=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5A11 is #75A5EE. Grayscale: #606060. Windows color (decimal): -7710191 or 1137290. OLE color: 1137290.

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

Color convert

RGB 138 90 17 -
CMYK 0 0.35 0.88 0.46
HSL 36.2º 0.78% 0.3% -
HSV(B) 36.2º 0.88% 0.54% -
XYZ 14.24 12.76 2.24 -
YUV 96.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 138 90 17 0 0.35 0.88 0.46 36.2 0.78 0.3
Hex 8A 5A 11 0 23 58 2E 24 4E 1E
Octal 212 132 21 0 43 130 56 44 116 36
Binary 10001010 1011010 10001 0 100011 1011000 101110 100100 1001110 11110

Color Harmonies of #8A5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A11

Black with #8A5A11

Text Example


Text Example

White with #8A5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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