Html Css Color HEX #827E3D Highball

📋 copy color: '#827E3D'

red 130 ◦ green 126 ◦ blue 61

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

Shades of Highball #827E3D

Tints of Highball #827E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 41.01%
G = 39.75%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#827E3D (or 0x827E3D) is known color: Highball. HEX triplet: 82, 7E and 3D. RGB value is (130,126,61). Sum of RGB (Red+Green+Blue) = 130+126+61=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E3D is #7D81C2. Grayscale: #787878. Windows color (decimal): -8225219 or 4030082. OLE color: 4030082.

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

Color convert

RGB 130 126 61 -
CMYK 0 0.03 0.53 0.49
HSL 56.52º 0.36% 0.37% -
HSV(B) 56.52º 0.53% 0.51% -
XYZ 17.51 20 7.35 -
YUV 119.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 130 126 61 0 0.03 0.53 0.49 56.52 0.36 0.37
Hex 82 7E 3D 0 3 35 31 39 24 25
Octal 202 176 75 0 3 65 61 71 44 45
Binary 10000010 1111110 111101 0 11 110101 110001 111001 100100 100101

Color Harmonies of #827E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E3D

Black with #827E3D

Text Example


Text Example

White with #827E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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