Html Css Color HEX #827F44 Highball

📋 copy color: '#827F44'

red 130 ◦ green 127 ◦ blue 68

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

Shades of Highball #827F44

Tints of Highball #827F44

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 40%
G = 39.08%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#827F44 (or 0x827F44) is known color: Highball. HEX triplet: 82, 7F and 44. RGB value is (130,127,68). Sum of RGB (Red+Green+Blue) = 130+127+68=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #827F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F44 is #7D80BB. Grayscale: #797979. Windows color (decimal): -8224956 or 4489090. OLE color: 4489090.

HSL color Cylindrical-coordinate representation of color #827F44: hue angle of 57.1º degrees, saturation: 0.31, 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 #827F44 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 68 -
CMYK 0 0.02 0.48 0.49
HSL 57.1º 0.31% 0.39% -
HSV(B) 57.1º 0.48% 0.51% -
XYZ 17.84 20.34 8.46 -
YUV 121.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 130 127 68 0 0.02 0.48 0.49 57.1 0.31 0.39
Hex 82 7F 44 0 2 30 31 39 1F 27
Octal 202 177 104 0 2 60 61 71 37 47
Binary 10000010 1111111 1000100 0 10 110000 110001 111001 11111 100111

Color Harmonies of #827F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F44

Black with #827F44

Text Example


Text Example

White with #827F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,68); }

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

background-color css

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

 a { background-color: rgb(130,127,68); }

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

border-color css

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

 span { border-color: rgb(130,127,68); }

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