Html Css Color HEX #85843F Highball

📋 copy color: '#85843F'

red 133 ◦ green 132 ◦ blue 63

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

Shades of Highball #85843F

Tints of Highball #85843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 40.55%
G = 40.24%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85843F (or 0x85843F) is known color: Highball. HEX triplet: 85, 84 and 3F. RGB value is (133,132,63). Sum of RGB (Red+Green+Blue) = 133+132+63=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843F is #7A7BC0. Grayscale: #7C7C7C. Windows color (decimal): -8027073 or 4162693. OLE color: 4162693.

HSL color Cylindrical-coordinate representation of color #85843F: hue angle of 59.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85843F is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 63 -
CMYK 0 0.01 0.53 0.48
HSL 59.14º 0.36% 0.38% -
HSV(B) 59.14º 0.53% 0.52% -
XYZ 18.82 21.85 7.93 -
YUV 124.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 133 132 63 0 0.01 0.53 0.48 59.14 0.36 0.38
Hex 85 84 3F 0 1 35 30 3B 24 26
Octal 205 204 77 0 1 65 60 73 44 46
Binary 10000101 10000100 111111 0 1 110101 110000 111011 100100 100110

Color Harmonies of #85843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85843F

Black with #85843F

Text Example


Text Example

White with #85843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85843F; }

 p { color: rgb(133,132,63); }

 H1.HeaderClassName
 {
   color: #85843F;
 }
 .AnyTagClassName
 {
   color: #85843F;
 }
</style>

background-color css

<style>
 a { background-color: #85843F; }

 a { background-color: rgb(133,132,63); }

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

border-color css

<style>
 span { border-color: #85843F; }

 span { border-color: rgb(133,132,63); }

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