Html Css Color HEX #84853F Highball

📋 copy color: '#84853F'

red 132 ◦ green 133 ◦ blue 63

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

Shades of Highball #84853F

Tints of Highball #84853F

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #84853F: hue angle of 60.86º 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 #84853F is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 133 63 -
CMYK 0.01 0 0.53 0.48
HSL 60.86º 0.36% 0.38% -
HSV(B) 60.86º 0.53% 0.52% -
XYZ 18.8 22.04 7.97 -
YUV 124.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 132 133 63 0.01 0 0.53 0.48 60.86 0.36 0.38
Hex 84 85 3F 1 0 35 30 3D 24 26
Octal 204 205 77 1 0 65 60 75 44 46
Binary 10000100 10000101 111111 1 0 110101 110000 111101 100100 100110

Color Harmonies of #84853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84853F

Black with #84853F

Text Example


Text Example

White with #84853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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