Html Css Color HEX #827D3D Highball

📋 copy color: '#827D3D'

red 130 ◦ green 125 ◦ blue 61

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

Shades of Highball #827D3D

Tints of Highball #827D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.56%

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

R = 41.14%
G = 39.56%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#827D3D (or 0x827D3D) is known color: Highball. HEX triplet: 82, 7D and 3D. RGB value is (130,125,61). Sum of RGB (Red+Green+Blue) = 130+125+61=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D3D is #7D82C2. Grayscale: #777777. Windows color (decimal): -8225475 or 4029826. OLE color: 4029826.

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

Color convert

RGB 130 125 61 -
CMYK 0 0.04 0.53 0.49
HSL 55.65º 0.36% 0.37% -
HSV(B) 55.65º 0.53% 0.51% -
XYZ 17.38 19.75 7.31 -
YUV 119.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 130 125 61 0 0.04 0.53 0.49 55.65 0.36 0.37
Hex 82 7D 3D 0 4 35 31 38 24 25
Octal 202 175 75 0 4 65 61 70 44 45
Binary 10000010 1111101 111101 0 100 110101 110001 111000 100100 100101

Color Harmonies of #827D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D3D

Black with #827D3D

Text Example


Text Example

White with #827D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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