#974947

Color #974947 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #974947

Tints of Roof Terracotta #974947

Color information

#974947 (or 0x974947) is unknown color: approx Roof Terracotta. HEX triplet: 97, 49 and 47. RGB value is (151,73,71). Sum of RGB (Red+Green+Blue) = 151+73+71=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #974947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974947 is #68B6B8. Grayscale: #606060. Windows color (decimal): -6862521 or 4671895. OLE color: 4671895.

HSL color Cylindrical-coordinate representation of color #974947: hue angle of 1.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974947 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1517371-
CMYK00.520.530.41
HSL1.5º36.04%43.53%-
HSV(B)1.5º52.98%59.22%-
XYZ16.2811.87.38-
YUV96.09113.84167.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=51.19%
G=24.75%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151737100.520.530.411.536.0443.53
Hex97494703435292242c
Octal227111107064655124454
Binary1001011110010011000111011010011010110100110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974947; }

 p { color: rgb(151,73,71); }

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

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

 a { background-color: rgb(151,73,71); }

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

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

 span { border-color: rgb(151,73,71); }

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