#984A46

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

Shades of Roof Terracotta #984A46

Tints of Roof Terracotta #984A46

Color information

#984A46 (or 0x984A46) is unknown color: approx Roof Terracotta. HEX triplet: 98, 4A and 46. RGB value is (152,74,70). Sum of RGB (Red+Green+Blue) = 152+74+70=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A46 is #67B5B9. Grayscale: #606060. Windows color (decimal): -6796730 or 4606616. OLE color: 4606616.

HSL color Cylindrical-coordinate representation of color #984A46: hue angle of 2.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984A46 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1527470-
CMYK00.510.540.40
HSL2.93º36.94%43.53%-
HSV(B)2.93º53.95%59.61%-
XYZ16.512.027.24-
YUV96.87112.84167.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=51.35%
G=25%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152747000.510.540.402.9336.9443.53
Hex984A4603336283252c
Octal230112106063665034554
Binary1001100010010101000110011001111011010100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A46; }

 p { color: rgb(152,74,70); }

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

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

 a { background-color: rgb(152,74,70); }

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

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

 span { border-color: rgb(152,74,70); }

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