Html Css Color HEX #827F45 Highball

📋 copy color: '#827F45'

red 130 ◦ green 127 ◦ blue 69

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

Shades of Highball #827F45

Tints of Highball #827F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 39.88%
G = 38.96%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#827F45 (or 0x827F45) is known color: Highball. HEX triplet: 82, 7F and 45. RGB value is (130,127,69). Sum of RGB (Red+Green+Blue) = 130+127+69=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #827F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F45 is #7D80BA. Grayscale: #797979. Windows color (decimal): -8224955 or 4554626. OLE color: 4554626.

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

Color convert

RGB 130 127 69 -
CMYK 0 0.02 0.47 0.49
HSL 57.05º 0.31% 0.39% -
HSV(B) 57.05º 0.47% 0.51% -
XYZ 17.87 20.35 8.62 -
YUV 121.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 130 127 69 0 0.02 0.47 0.49 57.05 0.31 0.39
Hex 82 7F 45 0 2 2F 31 39 1F 27
Octal 202 177 105 0 2 57 61 71 37 47
Binary 10000010 1111111 1000101 0 10 101111 110001 111001 11111 100111

Color Harmonies of #827F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F45

Black with #827F45

Text Example


Text Example

White with #827F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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