Html Css Color HEX #827F3F Highball

📋 copy color: '#827F3F'

red 130 ◦ green 127 ◦ blue 63

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

Shades of Highball #827F3F

Tints of Highball #827F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 40.63%
G = 39.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#827F3F (or 0x827F3F) is known color: Highball. HEX triplet: 82, 7F and 3F. RGB value is (130,127,63). Sum of RGB (Red+Green+Blue) = 130+127+63=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #827F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F3F is #7D80C0. Grayscale: #787878. Windows color (decimal): -8224961 or 4161410. OLE color: 4161410.

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

Color convert

RGB 130 127 63 -
CMYK 0 0.02 0.52 0.49
HSL 57.31º 0.35% 0.38% -
HSV(B) 57.31º 0.52% 0.51% -
XYZ 17.69 20.28 7.69 -
YUV 120.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 130 127 63 0 0.02 0.52 0.49 57.31 0.35 0.38
Hex 82 7F 3F 0 2 34 31 39 23 26
Octal 202 177 77 0 2 64 61 71 43 46
Binary 10000010 1111111 111111 0 10 110100 110001 111001 100011 100110

Color Harmonies of #827F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F3F

Black with #827F3F

Text Example


Text Example

White with #827F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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