Html Css Color HEX #837C40 Highball

📋 copy color: '#837C40'

red 131 ◦ green 124 ◦ blue 64

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

Shades of Highball #837C40

Tints of Highball #837C40

RGB

 RED value IS 131 (51.56% from 255) = 41.07%

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

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 41.07%
G = 38.87%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#837C40 (or 0x837C40) is known color: Highball. HEX triplet: 83, 7C and 40. RGB value is (131,124,64). Sum of RGB (Red+Green+Blue) = 131+124+64=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #837C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C40 is #7C83BF. Grayscale: #777777. Windows color (decimal): -8160192 or 4226179. OLE color: 4226179.

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

Color convert

RGB 131 124 64 -
CMYK 0 0.05 0.51 0.49
HSL 53.73º 0.34% 0.38% -
HSV(B) 53.73º 0.51% 0.51% -
XYZ 17.49 19.61 7.71 -
YUV 119.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 131 124 64 0 0.05 0.51 0.49 53.73 0.34 0.38
Hex 83 7C 40 0 5 33 31 36 22 26
Octal 203 174 100 0 5 63 61 66 42 46
Binary 10000011 1111100 1000000 0 101 110011 110001 110110 100010 100110

Color Harmonies of #837C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C40

Black with #837C40

Text Example


Text Example

White with #837C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C40; }

 p { color: rgb(131,124,64); }

 H1.HeaderClassName
 {
   color: #837C40;
 }
 .AnyTagClassName
 {
   color: #837C40;
 }
</style>

background-color css

<style>
 a { background-color: #837C40; }

 a { background-color: rgb(131,124,64); }

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

border-color css

<style>
 span { border-color: #837C40; }

 span { border-color: rgb(131,124,64); }

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