Html Css Color HEX #827E43 Highball

📋 copy color: '#827E43'

red 130 ◦ green 126 ◦ blue 67

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

Shades of Highball #827E43

Tints of Highball #827E43

RGB

 RED value IS 130 (51.17% from 255) = 40.25%

 GREEN value IS 126 (49.61% from 255) = 39.01%

 BLUE value IS 67 (26.56% from 255) = 20.74%

R = 40.25%
G = 39.01%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827E43 (or 0x827E43) is known color: Highball. HEX triplet: 82, 7E and 43. RGB value is (130,126,67). Sum of RGB (Red+Green+Blue) = 130+126+67=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #827E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E43 is #7D81BC. Grayscale: #787878. Windows color (decimal): -8225213 or 4423298. OLE color: 4423298.

HSL color Cylindrical-coordinate representation of color #827E43: hue angle of 56.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827E43 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 67 -
CMYK 0 0.03 0.48 0.49
HSL 56.19º 0.32% 0.39% -
HSV(B) 56.19º 0.48% 0.51% -
XYZ 17.68 20.07 8.25 -
YUV 120.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 130 126 67 0 0.03 0.48 0.49 56.19 0.32 0.39
Hex 82 7E 43 0 3 30 31 38 20 27
Octal 202 176 103 0 3 60 61 70 40 47
Binary 10000010 1111110 1000011 0 11 110000 110001 111000 100000 100111

Color Harmonies of #827E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E43

Black with #827E43

Text Example


Text Example

White with #827E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E43; }

 p { color: rgb(130,126,67); }

 H1.HeaderClassName
 {
   color: #827E43;
 }
 .AnyTagClassName
 {
   color: #827E43;
 }
</style>

background-color css

<style>
 a { background-color: #827E43; }

 a { background-color: rgb(130,126,67); }

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

border-color css

<style>
 span { border-color: #827E43; }

 span { border-color: rgb(130,126,67); }

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