#974848

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

Shades of Roof Terracotta #974848

Tints of Roof Terracotta #974848

Color information

#974848 (or 0x974848) is unknown color: approx Roof Terracotta. HEX triplet: 97, 48 and 48. RGB value is (151,72,72). Sum of RGB (Red+Green+Blue) = 151+72+72=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #974848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974848 is #68B7B7. Grayscale: #5F5F5F. Windows color (decimal): -6862776 or 4737175. OLE color: 4737175.

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

Color convert

RGB1517272-
CMYK00.520.520.41
HSL35.43%43.73%-
HSV(B)52.32%59.22%-
XYZ16.2511.687.53-
YUV95.62114.67167.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=51.19%
G=24.41%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151727200.520.520.41035.4343.73
Hex97484803434290232c
Octal227110110064645104354
Binary100101111001000100100001101001101001010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974848; }

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

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

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

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

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

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

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

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