#984947

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

Shades of Roof Terracotta #984947

Tints of Roof Terracotta #984947

Color information

#984947 (or 0x984947) is unknown color: approx Roof Terracotta. HEX triplet: 98, 49 and 47. RGB value is (152,73,71). Sum of RGB (Red+Green+Blue) = 152+73+71=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984947 is #67B6B8. Grayscale: #606060. Windows color (decimal): -6796985 or 4671896. OLE color: 4671896.

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

Color convert

RGB1527371-
CMYK00.520.530.40
HSL1.48º36.32%43.73%-
HSV(B)1.48º53.29%59.61%-
XYZ16.4711.97.39-
YUV96.39113.67167.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=51.35%
G=24.66%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152737100.520.530.401.4836.3243.73
Hex98494703435281242c
Octal230111107064655014454
Binary100110001001001100011101101001101011010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984947; }

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

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

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

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

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

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

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

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