Html Css Color HEX #8A7D3F Highball

📋 copy color: '#8A7D3F'

red 138 ◦ green 125 ◦ blue 63

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

Shades of Highball #8A7D3F

Tints of Highball #8A7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 42.33%
G = 38.34%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A7D3F (or 0x8A7D3F) is known color: Highball. HEX triplet: 8A, 7D and 3F. RGB value is (138,125,63). Sum of RGB (Red+Green+Blue) = 138+125+63=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7D3F is #7582C0. Grayscale: #7A7A7A. Windows color (decimal): -7701185 or 4160906. OLE color: 4160906.

HSL color Cylindrical-coordinate representation of color #8A7D3F: hue angle of 49.6º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A7D3F is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 125 63 -
CMYK 0 0.09 0.54 0.46
HSL 49.6º 0.37% 0.39% -
HSV(B) 49.6º 0.54% 0.54% -
XYZ 18.71 20.43 7.66 -
YUV 121.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 138 125 63 0 0.09 0.54 0.46 49.6 0.37 0.39
Hex 8A 7D 3F 0 9 36 2E 32 25 27
Octal 212 175 77 0 11 66 56 62 45 47
Binary 10001010 1111101 111111 0 1001 110110 101110 110010 100101 100111

Color Harmonies of #8A7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D3F

Black with #8A7D3F

Text Example


Text Example

White with #8A7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,63); }

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

background-color css

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

 a { background-color: rgb(138,125,63); }

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

border-color css

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

 span { border-color: rgb(138,125,63); }

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