Html Css Color HEX #84844A Highball

📋 copy color: '#84844A'

red 132 ◦ green 132 ◦ blue 74

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

Shades of Highball #84844A

Tints of Highball #84844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 39.05%
G = 39.05%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84844A (or 0x84844A) is known color: Highball. HEX triplet: 84, 84 and 4A. RGB value is (132,132,74). Sum of RGB (Red+Green+Blue) = 132+132+74=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84844A is #7B7BB5. Grayscale: #7D7D7D. Windows color (decimal): -8092598 or 4883588. OLE color: 4883588.

HSL color Cylindrical-coordinate representation of color #84844A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84844A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 132 74 -
CMYK 0 0 0.44 0.48
HSL 60º 0.28% 0.4% -
HSV(B) 60º 0.44% 0.52% -
XYZ 19 21.9 9.7 -
YUV 125.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 132 132 74 0 0 0.44 0.48 60 0.28 0.4
Hex 84 84 4A 0 0 2C 30 3C 1C 28
Octal 204 204 112 0 0 54 60 74 34 50
Binary 10000100 10000100 1001010 0 0 101100 110000 111100 11100 101000

Color Harmonies of #84844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84844A

Black with #84844A

Text Example


Text Example

White with #84844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84844A; }

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

 H1.HeaderClassName
 {
   color: #84844A;
 }
 .AnyTagClassName
 {
   color: #84844A;
 }
</style>

background-color css

<style>
 a { background-color: #84844A; }

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

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

border-color css

<style>
 span { border-color: #84844A; }

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

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