#994B45

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

Shades of Roof Terracotta #994B45

Tints of Roof Terracotta #994B45

Color information

#994B45 (or 0x994B45) is unknown color: approx Roof Terracotta. HEX triplet: 99, 4B and 45. RGB value is (153,75,69). Sum of RGB (Red+Green+Blue) = 153+75+69=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B45 is #66B4BA. Grayscale: #616161. Windows color (decimal): -6730939 or 4541337. OLE color: 4541337.

HSL color Cylindrical-coordinate representation of color #994B45: hue angle of 4.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994B45 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1537569-
CMYK00.510.550.4
HSL4.29º37.84%43.53%-
HSV(B)4.29º54.9%60%-
XYZ16.7312.237.11-
YUV97.64111.84167.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=51.52%
G=25.25%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153756900.510.550.44.2937.8443.53
Hex994B4503337284262c
Octal231113105063675044654
Binary10011001100101110001010110011110111101000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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