#927273

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

Shades of Turkish Rose #927273

Tints of Turkish Rose #927273

Color information

#927273 (or 0x927273) is unknown color: approx Turkish Rose. HEX triplet: 92, 72 and 73. RGB value is (146,114,115). Sum of RGB (Red+Green+Blue) = 146+114+115=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #927273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927273 is #6D8D8C. Grayscale: #7B7B7B. Windows color (decimal): -7179661 or 7565970. OLE color: 7565970.

HSL color Cylindrical-coordinate representation of color #927273: hue angle of 358.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927273 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB146114115-
CMYK00.220.210.43
HSL358.12º12.8%50.98%-
HSV(B)358.12º21.92%57.25%-
XYZ20.9719.3818.86-
YUV123.68123.1143.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=38.93%
G=30.4%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611411500.220.210.43358.1212.850.98
Hex927273016152B166d33
Octal22216216302625535461563
Binary1001001011100101110011010110101011010111011001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927273; }

 p { color: rgb(146,114,115); }

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

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

 a { background-color: rgb(146,114,115); }

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

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

 span { border-color: rgb(146,114,115); }

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