#984948

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

Shades of Roof Terracotta #984948

Tints of Roof Terracotta #984948

Color information

#984948 (or 0x984948) is unknown color: approx Roof Terracotta. HEX triplet: 98, 49 and 48. RGB value is (152,73,72). Sum of RGB (Red+Green+Blue) = 152+73+72=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #984948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984948 is #67B6B7. Grayscale: #606060. Windows color (decimal): -6796984 or 4737432. OLE color: 4737432.

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

Color convert

RGB1527372-
CMYK00.520.530.40
HSL0.75º35.71%43.92%-
HSV(B)0.75º52.63%59.61%-
XYZ16.511.917.56-
YUV96.51114.17167.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=51.18%
G=24.58%
B=24.24%

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
Decimal152737200.520.530.400.7535.7143.92
Hex98494803435281242c
Octal230111110064655014454
Binary100110001001001100100001101001101011010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984948; }

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

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

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

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

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

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

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

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