#9D4846

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

Shades of Roof Terracotta #9D4846

Tints of Roof Terracotta #9D4846

Color information

#9D4846 (or 0x9D4846) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 48 and 46. RGB value is (157,72,70). Sum of RGB (Red+Green+Blue) = 157+72+70=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4846 is #62B7B9. Grayscale: #616161. Windows color (decimal): -6469562 or 4606109. OLE color: 4606109.

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

Color convert

RGB1577270-
CMYK00.540.550.38
HSL1.38º38.33%44.51%-
HSV(B)1.38º55.41%61.57%-
XYZ17.3312.257.24-
YUV97.19112.66170.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=52.51%
G=24.08%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157727000.540.550.381.3838.3344.51
Hex9D484603637261262d
Octal235110106066674614655
Binary100111011001000100011001101101101111001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,70); }

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

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

 a { background-color: rgb(157,72,70); }

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

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

 span { border-color: rgb(157,72,70); }

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