Html Css Color HEX #84803B Highball

📋 copy color: '#84803B'

red 132 ◦ green 128 ◦ blue 59

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

Shades of Highball #84803B

Tints of Highball #84803B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.13%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 41.38%
G = 40.13%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84803B (or 0x84803B) is known color: Highball. HEX triplet: 84, 80 and 3B. RGB value is (132,128,59). Sum of RGB (Red+Green+Blue) = 132+128+59=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #84803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84803B is #7B7FC4. Grayscale: #797979. Windows color (decimal): -8093637 or 3899524. OLE color: 3899524.

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

Color convert

RGB 132 128 59 -
CMYK 0 0.03 0.55 0.48
HSL 56.71º 0.38% 0.37% -
HSV(B) 56.71º 0.55% 0.52% -
XYZ 18.02 20.66 7.18 -
YUV 121.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 132 128 59 0 0.03 0.55 0.48 56.71 0.38 0.37
Hex 84 80 3B 0 3 37 30 39 26 25
Octal 204 200 73 0 3 67 60 71 46 45
Binary 10000100 10000000 111011 0 11 110111 110000 111001 100110 100101

Color Harmonies of #84803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84803B

Black with #84803B

Text Example


Text Example

White with #84803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84803B; }

 p { color: rgb(132,128,59); }

 H1.HeaderClassName
 {
   color: #84803B;
 }
 .AnyTagClassName
 {
   color: #84803B;
 }
</style>

background-color css

<style>
 a { background-color: #84803B; }

 a { background-color: rgb(132,128,59); }

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

border-color css

<style>
 span { border-color: #84803B; }

 span { border-color: rgb(132,128,59); }

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