Html Css Color HEX #84823A Highball

📋 copy color: '#84823A'

red 132 ◦ green 130 ◦ blue 58

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

Shades of Highball #84823A

Tints of Highball #84823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 41.25%
G = 40.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84823A (or 0x84823A) is known color: Highball. HEX triplet: 84, 82 and 3A. RGB value is (132,130,58). Sum of RGB (Red+Green+Blue) = 132+130+58=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84823A is #7B7DC5. Grayscale: #7A7A7A. Windows color (decimal): -8093126 or 3834500. OLE color: 3834500.

HSL color Cylindrical-coordinate representation of color #84823A: hue angle of 58.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84823A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 58 -
CMYK 0 0.02 0.56 0.48
HSL 58.38º 0.39% 0.37% -
HSV(B) 58.38º 0.56% 0.52% -
XYZ 18.26 21.18 7.13 -
YUV 122.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 132 130 58 0 0.02 0.56 0.48 58.38 0.39 0.37
Hex 84 82 3A 0 2 38 30 3A 27 25
Octal 204 202 72 0 2 70 60 72 47 45
Binary 10000100 10000010 111010 0 10 111000 110000 111010 100111 100101

Color Harmonies of #84823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84823A

Black with #84823A

Text Example


Text Example

White with #84823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,130,58); }

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

background-color css

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

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

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

border-color css

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

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

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