Html Css Color HEX #837D73 Concord

📋 copy color: '#837D73'

red 131 ◦ green 125 ◦ blue 115

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

Shades of Concord #837D73

Tints of Concord #837D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 35.31%
G = 33.69%
B = 31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#837D73 (or 0x837D73) is known color: Concord. HEX triplet: 83, 7D and 73. RGB value is (131,125,115). Sum of RGB (Red+Green+Blue) = 131+125+115=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #837D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D73 is #7C828C. Grayscale: #7D7D7D. Windows color (decimal): -8159885 or 7568771. OLE color: 7568771.

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

Color convert

RGB 131 125 115 -
CMYK 0 0.05 0.12 0.49
HSL 37.5º 0.07% 0.48% -
HSV(B) 37.5º 0.12% 0.51% -
XYZ 19.79 20.73 19.18 -
YUV 125.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 131 125 115 0 0.05 0.12 0.49 37.5 0.07 0.48
Hex 83 7D 73 0 5 C 31 26 7 30
Octal 203 175 163 0 5 14 61 46 7 60
Binary 10000011 1111101 1110011 0 101 1100 110001 100110 111 110000

Color Harmonies of #837D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D73

Black with #837D73

Text Example


Text Example

White with #837D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,125,115); }

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

background-color css

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

 a { background-color: rgb(131,125,115); }

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

border-color css

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

 span { border-color: rgb(131,125,115); }

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