#9D7375

Color #9D7375 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D7375

Tints of Turkish Rose #9D7375

Color information

#9D7375 (or 0x9D7375) is unknown color: approx Turkish Rose. HEX triplet: 9D, 73 and 75. RGB value is (157,115,117). Sum of RGB (Red+Green+Blue) = 157+115+117=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7375 is #628C8A. Grayscale: #7F7F7F. Windows color (decimal): -6458507 or 7697309. OLE color: 7697309.

HSL color Cylindrical-coordinate representation of color #9D7375: hue angle of 357.14º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7375 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157115117-
CMYK00.270.250.38
HSL357.14º17.65%53.33%-
HSV(B)357.14º26.75%61.57%-
XYZ23.2520.7119.6-
YUV127.79121.91148.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=40.36%
G=29.56%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711511700.270.250.38357.1417.6553.33
Hex9D737501B19261651235
Octal23516316503331465452265
Binary10011101111001111101010110111100110011010110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,115,117); }

 H1.HeaderClassName
 {
   color: #9D7375;
 }
 .AnyTagClassName
 {
   color: #9D7375;
 }
</style>
background-color css

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

 a { background-color: rgb(157,115,117); }

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

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

 span { border-color: rgb(157,115,117); }

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