#974946

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

Shades of Roof Terracotta #974946

Tints of Roof Terracotta #974946

Color information

#974946 (or 0x974946) is unknown color: approx Roof Terracotta. HEX triplet: 97, 49 and 46. RGB value is (151,73,70). Sum of RGB (Red+Green+Blue) = 151+73+70=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974946 is #68B6B9. Grayscale: #606060. Windows color (decimal): -6862522 or 4606359. OLE color: 4606359.

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

Color convert

RGB1517370-
CMYK00.520.540.41
HSL2.22º36.65%43.33%-
HSV(B)2.22º53.64%59.22%-
XYZ16.2511.797.21-
YUV95.98113.34167.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=51.36%
G=24.83%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151737000.520.540.412.2236.6543.33
Hex97494603436292252b
Octal227111106064665124553
Binary1001011110010011000110011010011011010100110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974946; }

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

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

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

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

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

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

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

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