#9D4B4A

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

Shades of Roof Terracotta #9D4B4A

Tints of Roof Terracotta #9D4B4A

Color information

#9D4B4A (or 0x9D4B4A) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 4B and 4A. RGB value is (157,75,74). Sum of RGB (Red+Green+Blue) = 157+75+74=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4B4A is #62B4B5. Grayscale: #636363. Windows color (decimal): -6468790 or 4869021. OLE color: 4869021.

HSL color Cylindrical-coordinate representation of color #9D4B4A: hue angle of 0.72º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D4B4A is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1577574-
CMYK00.520.530.38
HSL0.72º35.93%45.29%-
HSV(B)0.72º52.87%61.57%-
XYZ17.6612.698-
YUV99.4113.67169.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.31%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=51.31%
G=24.51%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157757400.520.530.380.7235.9345.29
Hex9D4B4A03435261242d
Octal235113112064654614455
Binary100111011001011100101001101001101011001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D4B4A; }

 p { color: rgb(157,75,74); }

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

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

 a { background-color: rgb(157,75,74); }

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

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

 span { border-color: rgb(157,75,74); }

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