Html Css Color HEX #8A7D41 Highball

📋 copy color: '#8A7D41'

red 138 ◦ green 125 ◦ blue 65

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

Shades of Highball #8A7D41

Tints of Highball #8A7D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 42.07%
G = 38.11%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#8A7D41 (or 0x8A7D41) is known color: Highball. HEX triplet: 8A, 7D and 41. RGB value is (138,125,65). Sum of RGB (Red+Green+Blue) = 138+125+65=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7D41 is #7582BE. Grayscale: #7A7A7A. Windows color (decimal): -7701183 or 4291978. OLE color: 4291978.

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

Color convert

RGB 138 125 65 -
CMYK 0 0.09 0.53 0.46
HSL 49.32º 0.36% 0.4% -
HSV(B) 49.32º 0.53% 0.54% -
XYZ 18.77 20.45 7.96 -
YUV 122.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 138 125 65 0 0.09 0.53 0.46 49.32 0.36 0.4
Hex 8A 7D 41 0 9 35 2E 31 24 28
Octal 212 175 101 0 11 65 56 61 44 50
Binary 10001010 1111101 1000001 0 1001 110101 101110 110001 100100 101000

Color Harmonies of #8A7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7D41

Black with #8A7D41

Text Example


Text Example

White with #8A7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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