Html Css Color HEX #837350 Shadow

📋 copy color: '#837350'

red 131 ◦ green 115 ◦ blue 80

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

Shades of Shadow #837350

Tints of Shadow #837350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 40.18%
G = 35.28%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#837350 (or 0x837350) is known color: Shadow. HEX triplet: 83, 73 and 50. RGB value is (131,115,80). Sum of RGB (Red+Green+Blue) = 131+115+80=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #837350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837350 is #7C8CAF. Grayscale: #737373. Windows color (decimal): -8162480 or 5272451. OLE color: 5272451.

HSL color Cylindrical-coordinate representation of color #837350: hue angle of 41.18º 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 #837350 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 80 -
CMYK 0 0.12 0.39 0.49
HSL 41.18º 0.24% 0.41% -
HSV(B) 41.18º 0.39% 0.51% -
XYZ 16.94 17.67 10.11 -
YUV 115.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 131 115 80 0 0.12 0.39 0.49 41.18 0.24 0.41
Hex 83 73 50 0 C 27 31 29 18 29
Octal 203 163 120 0 14 47 61 51 30 51
Binary 10000011 1110011 1010000 0 1100 100111 110001 101001 11000 101001

Color Harmonies of #837350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837350

Black with #837350

Text Example


Text Example

White with #837350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837350; }

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

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

background-color css

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

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

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

border-color css

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

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

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