Html Css Color HEX #837F42 Highball

📋 copy color: '#837F42'

red 131 ◦ green 127 ◦ blue 66

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

Shades of Highball #837F42

Tints of Highball #837F42

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 40.43%
G = 39.2%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#837F42 (or 0x837F42) is known color: Highball. HEX triplet: 83, 7F and 42. RGB value is (131,127,66). Sum of RGB (Red+Green+Blue) = 131+127+66=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #837F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837F42 is #7C80BD. Grayscale: #797979. Windows color (decimal): -8159422 or 4358019. OLE color: 4358019.

HSL color Cylindrical-coordinate representation of color #837F42: hue angle of 56.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837F42 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 66 -
CMYK 0 0.03 0.50 0.49
HSL 56.31º 0.33% 0.39% -
HSV(B) 56.31º 0.5% 0.51% -
XYZ 17.93 20.4 8.15 -
YUV 121.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 131 127 66 0 0.03 0.50 0.49 56.31 0.33 0.39
Hex 83 7F 42 0 3 32 31 38 21 27
Octal 203 177 102 0 3 62 61 70 41 47
Binary 10000011 1111111 1000010 0 11 110010 110001 111000 100001 100111

Color Harmonies of #837F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F42

Black with #837F42

Text Example


Text Example

White with #837F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,66); }

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

background-color css

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

 a { background-color: rgb(131,127,66); }

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

border-color css

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

 span { border-color: rgb(131,127,66); }

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