#9D7379

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

Shades of Turkish Rose #9D7379

Tints of Turkish Rose #9D7379

Color information

#9D7379 (or 0x9D7379) is unknown color: approx Turkish Rose. HEX triplet: 9D, 73 and 79. RGB value is (157,115,121). Sum of RGB (Red+Green+Blue) = 157+115+121=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7379 is #628C86. Grayscale: #808080. Windows color (decimal): -6458503 or 7959453. OLE color: 7959453.

HSL color Cylindrical-coordinate representation of color #9D7379: hue angle of 351.43º 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 #9D7379 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB157115121-
CMYK00.270.230.38
HSL351.43º17.65%53.33%-
HSV(B)351.43º26.75%61.57%-
XYZ23.4920.8120.87-
YUV128.24123.91148.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.95%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=39.95%
G=29.26%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711512100.270.230.38351.4317.6553.33
Hex9D737901B172615f1235
Octal23516317103327465372265
Binary10011101111001111110010110111011110011010101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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