Html Css Color HEX #974747 Roof Terracotta

📋 copy color: '#974747'

red 151 ◦ green 71 ◦ blue 71

#974747
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roof Terracotta #974747

Tints of Roof Terracotta #974747

RGB

 RED value IS 151 (59.38% from 255) = 51.54%

 GREEN value IS 71 (28.13% from 255) = 24.23%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 51.54%
G = 24.23%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#974747 (or 0x974747) is known color: Roof Terracotta. HEX triplet: 97, 47 and 47. RGB value is (151,71,71). Sum of RGB (Red+Green+Blue) = 151+71+71=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #974747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974747 is #68B8B8. Grayscale: #5F5F5F. Windows color (decimal): -6863033 or 4671383. OLE color: 4671383.

HSL color Cylindrical-coordinate representation of color #974747: hue angle of 0º 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 #974747 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 71 -
CMYK 0 0.53 0.53 0.41
HSL 0.36% 0.44% -
HSV(B) 0.53% 0.59% -
XYZ 16.15 11.54 7.34 -
YUV 94.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 151 71 71 0 0.53 0.53 0.41 0 0.36 0.44
Hex 97 47 47 0 35 35 29 0 24 2C
Octal 227 107 107 0 65 65 51 0 44 54
Binary 10010111 1000111 1000111 0 110101 110101 101001 0 100100 101100

Color Harmonies of #974747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974747

Black with #974747

Text Example


Text Example

White with #974747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974747; }

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

 H1.HeaderClassName
 {
   color: #974747;
 }
 .AnyTagClassName
 {
   color: #974747;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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