#8A853A

Color #8A853A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #8A853A

Tints of Highball #8A853A

Color information

#8A853A (or 0x8A853A) is unknown color: approx Highball. HEX triplet: 8A, 85 and 3A. RGB value is (138,133,58). Sum of RGB (Red+Green+Blue) = 138+133+58=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A853A is #757AC5. Grayscale: #7E7E7E. Windows color (decimal): -7699142 or 3835274. OLE color: 3835274.

HSL color Cylindrical-coordinate representation of color #8A853A: hue angle of 56.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A853A is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13813358-
CMYK00.040.580.46
HSL56.25º40.82%38.43%-
HSV(B)56.25º57.97%54.12%-
XYZ19.6322.487.31-
YUV125.9489.66136.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=41.95%
G=40.43%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381335800.040.580.4656.2540.8238.43
Hex8A853A043A2E382926
Octal21220572047256705146
Binary10001010100001011110100100111010101110111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,133,58); }

 H1.HeaderClassName
 {
   color: #8A853A;
 }
 .AnyTagClassName
 {
   color: #8A853A;
 }
</style>
background-color css

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

 a { background-color: rgb(138,133,58); }

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

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

 span { border-color: rgb(138,133,58); }

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