#994B46

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

Shades of Roof Terracotta #994B46

Tints of Roof Terracotta #994B46

Color information

#994B46 (or 0x994B46) is unknown color: approx Roof Terracotta. HEX triplet: 99, 4B and 46. RGB value is (153,75,70). Sum of RGB (Red+Green+Blue) = 153+75+70=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #994B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B46 is #66B4B9. Grayscale: #616161. Windows color (decimal): -6730938 or 4606873. OLE color: 4606873.

HSL color Cylindrical-coordinate representation of color #994B46: hue angle of 3.61º 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 #994B46 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1537570-
CMYK00.510.540.4
HSL3.61º37.22%43.73%-
HSV(B)3.61º54.25%60%-
XYZ16.7612.257.27-
YUV97.75112.34167.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=51.34%
G=25.17%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153757000.510.540.43.6137.2243.73
Hex994B4603336284252c
Octal231113106063665044554
Binary10011001100101110001100110011110110101000100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B46; }

 p { color: rgb(153,75,70); }

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

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

 a { background-color: rgb(153,75,70); }

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

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

 span { border-color: rgb(153,75,70); }

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