Html Css Color HEX #85843C Highball

📋 copy color: '#85843C'

red 133 ◦ green 132 ◦ blue 60

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

Shades of Highball #85843C

Tints of Highball #85843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 40.92%
G = 40.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85843C (or 0x85843C) is known color: Highball. HEX triplet: 85, 84 and 3C. RGB value is (133,132,60). Sum of RGB (Red+Green+Blue) = 133+132+60=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843C is #7A7BC3. Grayscale: #7C7C7C. Windows color (decimal): -8027076 or 3966085. OLE color: 3966085.

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

Color convert

RGB 133 132 60 -
CMYK 0 0.01 0.55 0.48
HSL 59.18º 0.38% 0.38% -
HSV(B) 59.18º 0.55% 0.52% -
XYZ 18.74 21.82 7.5 -
YUV 124.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 133 132 60 0 0.01 0.55 0.48 59.18 0.38 0.38
Hex 85 84 3C 0 1 37 30 3B 26 26
Octal 205 204 74 0 1 67 60 73 46 46
Binary 10000101 10000100 111100 0 1 110111 110000 111011 100110 100110

Color Harmonies of #85843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85843C

Black with #85843C

Text Example


Text Example

White with #85843C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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