Html Css Color HEX #837050 Shadow

📋 copy color: '#837050'

red 131 ◦ green 112 ◦ blue 80

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

Shades of Shadow #837050

Tints of Shadow #837050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 40.56%
G = 34.67%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#837050 (or 0x837050) is known color: Shadow. HEX triplet: 83, 70 and 50. RGB value is (131,112,80). Sum of RGB (Red+Green+Blue) = 131+112+80=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #837050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837050 is #7C8FAF. Grayscale: #727272. Windows color (decimal): -8163248 or 5271683. OLE color: 5271683.

HSL color Cylindrical-coordinate representation of color #837050: hue angle of 37.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837050 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 80 -
CMYK 0 0.15 0.39 0.49
HSL 37.65º 0.24% 0.41% -
HSV(B) 37.65º 0.39% 0.51% -
XYZ 16.6 16.99 9.99 -
YUV 114.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 131 112 80 0 0.15 0.39 0.49 37.65 0.24 0.41
Hex 83 70 50 0 F 27 31 26 18 29
Octal 203 160 120 0 17 47 61 46 30 51
Binary 10000011 1110000 1010000 0 1111 100111 110001 100110 11000 101001

Color Harmonies of #837050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837050

Black with #837050

Text Example


Text Example

White with #837050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837050; }

 p { color: rgb(131,112,80); }

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

background-color css

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

 a { background-color: rgb(131,112,80); }

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

border-color css

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

 span { border-color: rgb(131,112,80); }

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