Html Css Color HEX #827C3C Highball

📋 copy color: '#827C3C'

red 130 ◦ green 124 ◦ blue 60

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

Shades of Highball #827C3C

Tints of Highball #827C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.49%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 41.4%
G = 39.49%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#827C3C (or 0x827C3C) is known color: Highball. HEX triplet: 82, 7C and 3C. RGB value is (130,124,60). Sum of RGB (Red+Green+Blue) = 130+124+60=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C3C is #7D83C3. Grayscale: #767676. Windows color (decimal): -8225732 or 3964034. OLE color: 3964034.

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

Color convert

RGB 130 124 60 -
CMYK 0 0.05 0.54 0.49
HSL 54.86º 0.37% 0.37% -
HSV(B) 54.86º 0.54% 0.51% -
XYZ 17.23 19.49 7.13 -
YUV 118.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 130 124 60 0 0.05 0.54 0.49 54.86 0.37 0.37
Hex 82 7C 3C 0 5 36 31 37 25 25
Octal 202 174 74 0 5 66 61 67 45 45
Binary 10000010 1111100 111100 0 101 110110 110001 110111 100101 100101

Color Harmonies of #827C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C3C

Black with #827C3C

Text Example


Text Example

White with #827C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,60); }

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

background-color css

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

 a { background-color: rgb(130,124,60); }

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

border-color css

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

 span { border-color: rgb(130,124,60); }

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