Html Css Color HEX #827D3E Highball

📋 copy color: '#827D3E'

red 130 ◦ green 125 ◦ blue 62

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

Shades of Highball #827D3E

Tints of Highball #827D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 41.01%
G = 39.43%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#827D3E (or 0x827D3E) is known color: Highball. HEX triplet: 82, 7D and 3E. RGB value is (130,125,62). Sum of RGB (Red+Green+Blue) = 130+125+62=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D3E is #7D82C1. Grayscale: #777777. Windows color (decimal): -8225474 or 4095362. OLE color: 4095362.

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

Color convert

RGB 130 125 62 -
CMYK 0 0.04 0.52 0.49
HSL 55.59º 0.35% 0.38% -
HSV(B) 55.59º 0.52% 0.51% -
XYZ 17.41 19.76 7.45 -
YUV 119.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 130 125 62 0 0.04 0.52 0.49 55.59 0.35 0.38
Hex 82 7D 3E 0 4 34 31 38 23 26
Octal 202 175 76 0 4 64 61 70 43 46
Binary 10000010 1111101 111110 0 100 110100 110001 111000 100011 100110

Color Harmonies of #827D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D3E

Black with #827D3E

Text Example


Text Example

White with #827D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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