Html Css Color HEX #827F41 Highball

📋 copy color: '#827F41'

red 130 ◦ green 127 ◦ blue 65

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

Shades of Highball #827F41

Tints of Highball #827F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 40.37%
G = 39.44%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#827F41 (or 0x827F41) is known color: Highball. HEX triplet: 82, 7F and 41. RGB value is (130,127,65). Sum of RGB (Red+Green+Blue) = 130+127+65=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F41 is #7D80BE. Grayscale: #797979. Windows color (decimal): -8224959 or 4292482. OLE color: 4292482.

HSL color Cylindrical-coordinate representation of color #827F41: hue angle of 57.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827F41 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 65 -
CMYK 0 0.02 0.50 0.49
HSL 57.23º 0.33% 0.38% -
HSV(B) 57.23º 0.5% 0.51% -
XYZ 17.75 20.31 7.99 -
YUV 120.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 130 127 65 0 0.02 0.50 0.49 57.23 0.33 0.38
Hex 82 7F 41 0 2 32 31 39 21 26
Octal 202 177 101 0 2 62 61 71 41 46
Binary 10000010 1111111 1000001 0 10 110010 110001 111001 100001 100110

Color Harmonies of #827F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F41

Black with #827F41

Text Example


Text Example

White with #827F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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