#9B4947

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

Shades of Roof Terracotta #9B4947

Tints of Roof Terracotta #9B4947

Color information

#9B4947 (or 0x9B4947) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 49 and 47. RGB value is (155,73,71). Sum of RGB (Red+Green+Blue) = 155+73+71=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4947 is #64B6B8. Grayscale: #616161. Windows color (decimal): -6600377 or 4671899. OLE color: 4671899.

HSL color Cylindrical-coordinate representation of color #9B4947: hue angle of 1.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4947 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1557371-
CMYK00.530.540.39
HSL1.43º37.17%44.31%-
HSV(B)1.43º54.19%60.78%-
XYZ17.0412.197.42-
YUV97.29113.17169.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=51.84%
G=24.41%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155737100.530.540.391.4337.1744.31
Hex9B494703536271252c
Octal233111107065664714554
Binary100110111001001100011101101011101101001111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,71); }

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

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

 a { background-color: rgb(155,73,71); }

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

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

 span { border-color: rgb(155,73,71); }

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