Html Css Color HEX #9D7050 Dark Tan

📋 copy color: '#9D7050'

red 157 ◦ green 112 ◦ blue 80

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

Shades of Dark Tan #9D7050

Tints of Dark Tan #9D7050

RGB

 RED value IS 157 (61.72% from 255) = 44.99%

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

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

R = 44.99%
G = 32.09%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D7050 (or 0x9D7050) is known color: Dark Tan. HEX triplet: 9D, 70 and 50. RGB value is (157,112,80). Sum of RGB (Red+Green+Blue) = 157+112+80=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7050 is #628FAF. Grayscale: #797979. Windows color (decimal): -6459312 or 5271709. OLE color: 5271709.

HSL color Cylindrical-coordinate representation of color #9D7050: hue angle of 24.94º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D7050 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 112 80 -
CMYK 0 0.29 0.49 0.38
HSL 24.94º 0.32% 0.46% -
HSV(B) 24.94º 0.49% 0.62% -
XYZ 21.15 19.34 10.21 -
YUV 121.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 157 112 80 0 0.29 0.49 0.38 24.94 0.32 0.46
Hex 9D 70 50 0 1D 31 26 19 20 2E
Octal 235 160 120 0 35 61 46 31 40 56
Binary 10011101 1110000 1010000 0 11101 110001 100110 11001 100000 101110

Color Harmonies of #9D7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7050

Black with #9D7050

Text Example


Text Example

White with #9D7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D7050; }

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

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

background-color css

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

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

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

border-color css

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

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

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