Html Css Color HEX #85884A Highball

📋 copy color: '#85884A'

red 133 ◦ green 136 ◦ blue 74

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

Shades of Highball #85884A

Tints of Highball #85884A

RGB

 RED value IS 133 (52.34% from 255) = 38.78%

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 38.78%
G = 39.65%
B = 21.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#85884A (or 0x85884A) is known color: Highball. HEX triplet: 85, 88 and 4A. RGB value is (133,136,74). Sum of RGB (Red+Green+Blue) = 133+136+74=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #85884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85884A is #7A77B5. Grayscale: #808080. Windows color (decimal): -8026038 or 4884613. OLE color: 4884613.

HSL color Cylindrical-coordinate representation of color #85884A: hue angle of 62.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85884A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 74 -
CMYK 0.02 0 0.46 0.47
HSL 62.9º 0.3% 0.41% -
HSV(B) 62.9º 0.46% 0.53% -
XYZ 19.71 23.09 9.9 -
YUV 128.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 133 136 74 0.02 0 0.46 0.47 62.9 0.3 0.41
Hex 85 88 4A 2 0 2E 2F 3F 1E 29
Octal 205 210 112 2 0 56 57 77 36 51
Binary 10000101 10001000 1001010 10 0 101110 101111 111111 11110 101001

Color Harmonies of #85884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85884A

Black with #85884A

Text Example


Text Example

White with #85884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85884A; }

 p { color: rgb(133,136,74); }

 H1.HeaderClassName
 {
   color: #85884A;
 }
 .AnyTagClassName
 {
   color: #85884A;
 }
</style>

background-color css

<style>
 a { background-color: #85884A; }

 a { background-color: rgb(133,136,74); }

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

border-color css

<style>
 span { border-color: #85884A; }

 span { border-color: rgb(133,136,74); }

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