Html Css Color HEX #84823C Highball

📋 copy color: '#84823C'

red 132 ◦ green 130 ◦ blue 60

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

Shades of Highball #84823C

Tints of Highball #84823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 40.99%
G = 40.37%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84823C (or 0x84823C) is known color: Highball. HEX triplet: 84, 82 and 3C. RGB value is (132,130,60). Sum of RGB (Red+Green+Blue) = 132+130+60=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84823C is #7B7DC3. Grayscale: #7A7A7A. Windows color (decimal): -8093124 or 3965572. OLE color: 3965572.

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

Color convert

RGB 132 130 60 -
CMYK 0 0.02 0.55 0.48
HSL 58.33º 0.38% 0.38% -
HSV(B) 58.33º 0.55% 0.52% -
XYZ 18.31 21.2 7.4 -
YUV 122.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 132 130 60 0 0.02 0.55 0.48 58.33 0.38 0.38
Hex 84 82 3C 0 2 37 30 3A 26 26
Octal 204 202 74 0 2 67 60 72 46 46
Binary 10000100 10000010 111100 0 10 110111 110000 111010 100110 100110

Color Harmonies of #84823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84823C

Black with #84823C

Text Example


Text Example

White with #84823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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