Html Css Color HEX #827E39 Highball

📋 copy color: '#827E39'

red 130 ◦ green 126 ◦ blue 57

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

Shades of Highball #827E39

Tints of Highball #827E39

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 41.53%
G = 40.26%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827E39 (or 0x827E39) is known color: Highball. HEX triplet: 82, 7E and 39. RGB value is (130,126,57). Sum of RGB (Red+Green+Blue) = 130+126+57=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #827E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E39 is #7D81C6. Grayscale: #777777. Windows color (decimal): -8225223 or 3767938. OLE color: 3767938.

HSL color Cylindrical-coordinate representation of color #827E39: hue angle of 56.71º 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 #827E39 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 57 -
CMYK 0 0.03 0.56 0.49
HSL 56.71º 0.39% 0.37% -
HSV(B) 56.71º 0.56% 0.51% -
XYZ 17.41 19.96 6.81 -
YUV 119.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 130 126 57 0 0.03 0.56 0.49 56.71 0.39 0.37
Hex 82 7E 39 0 3 38 31 39 27 25
Octal 202 176 71 0 3 70 61 71 47 45
Binary 10000010 1111110 111001 0 11 111000 110001 111001 100111 100101

Color Harmonies of #827E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E39

Black with #827E39

Text Example


Text Example

White with #827E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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