#9F7270

Color #9F7270 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #9F7270

Tints of Coral Tree #9F7270

Color information

#9F7270 (or 0x9F7270) is unknown color: approx Coral Tree. HEX triplet: 9F, 72 and 70. RGB value is (159,114,112). Sum of RGB (Red+Green+Blue) = 159+114+112=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7270 is #608D8F. Grayscale: #7F7F7F. Windows color (decimal): -6327696 or 7369375. OLE color: 7369375.

HSL color Cylindrical-coordinate representation of color #9F7270: hue angle of 2.55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7270 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159114112-
CMYK00.280.300.38
HSL2.55º19.67%53.14%-
HSV(B)2.55º29.56%62.35%-
XYZ23.2420.5818.08-
YUV127.23119.41150.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=41.30%
G=29.61%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911411200.280.300.382.5519.6753.14
Hex9F727001C1E2631435
Octal237162160034364632465
Binary1001111111100101110000011100111101001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,114,112); }

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

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

 a { background-color: rgb(159,114,112); }

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

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

 span { border-color: rgb(159,114,112); }

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