Html Css Color HEX #827F39 Highball

📋 copy color: '#827F39'

red 130 ◦ green 127 ◦ blue 57

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

Shades of Highball #827F39

Tints of Highball #827F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 41.4%
G = 40.45%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827F39 (or 0x827F39) is known color: Highball. HEX triplet: 82, 7F and 39. RGB value is (130,127,57). Sum of RGB (Red+Green+Blue) = 130+127+57=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F39 is #7D80C6. Grayscale: #787878. Windows color (decimal): -8224967 or 3768194. OLE color: 3768194.

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

Color convert

RGB 130 127 57 -
CMYK 0 0.02 0.56 0.49
HSL 57.53º 0.39% 0.37% -
HSV(B) 57.53º 0.56% 0.51% -
XYZ 17.53 20.22 6.85 -
YUV 119.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 130 127 57 0 0.02 0.56 0.49 57.53 0.39 0.37
Hex 82 7F 39 0 2 38 31 3A 27 25
Octal 202 177 71 0 2 70 61 72 47 45
Binary 10000010 1111111 111001 0 10 111000 110001 111010 100111 100101

Color Harmonies of #827F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F39

Black with #827F39

Text Example


Text Example

White with #827F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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