Html Css Color HEX #84843B Highball

📋 copy color: '#84843B'

red 132 ◦ green 132 ◦ blue 59

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

Shades of Highball #84843B

Tints of Highball #84843B

RGB

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

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

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

R = 40.87%
G = 40.87%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84843B (or 0x84843B) is known color: Highball. HEX triplet: 84, 84 and 3B. RGB value is (132,132,59). Sum of RGB (Red+Green+Blue) = 132+132+59=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84843B is #7B7BC4. Grayscale: #7B7B7B. Windows color (decimal): -8092613 or 3900548. OLE color: 3900548.

HSL color Cylindrical-coordinate representation of color #84843B: hue angle of 60º 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 #84843B is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 59 -
CMYK 0 0 0.55 0.48
HSL 60º 0.38% 0.37% -
HSV(B) 60º 0.55% 0.52% -
XYZ 18.56 21.72 7.35 -
YUV 123.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 132 132 59 0 0 0.55 0.48 60 0.38 0.37
Hex 84 84 3B 0 0 37 30 3C 26 25
Octal 204 204 73 0 0 67 60 74 46 45
Binary 10000100 10000100 111011 0 0 110111 110000 111100 100110 100101

Color Harmonies of #84843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84843B

Black with #84843B

Text Example


Text Example

White with #84843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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