Html Css Color HEX #85884D Highball

📋 copy color: '#85884D'

red 133 ◦ green 136 ◦ blue 77

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

Shades of Highball #85884D

Tints of Highball #85884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 38.44%
G = 39.31%
B = 22.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#85884D (or 0x85884D) is known color: Highball. HEX triplet: 85, 88 and 4D. RGB value is (133,136,77). Sum of RGB (Red+Green+Blue) = 133+136+77=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #85884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85884D is #7A77B2. Grayscale: #808080. Windows color (decimal): -8026035 or 5081221. OLE color: 5081221.

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

Color convert

RGB 133 136 77 -
CMYK 0.02 0 0.43 0.47
HSL 63.05º 0.28% 0.42% -
HSV(B) 63.05º 0.43% 0.53% -
XYZ 19.82 23.13 10.44 -
YUV 128.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 133 136 77 0.02 0 0.43 0.47 63.05 0.28 0.42
Hex 85 88 4D 2 0 2B 2F 3F 1C 2A
Octal 205 210 115 2 0 53 57 77 34 52
Binary 10000101 10001000 1001101 10 0 101011 101111 111111 11100 101010

Color Harmonies of #85884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85884D

Black with #85884D

Text Example


Text Example

White with #85884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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