#9B4746

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

Shades of Roof Terracotta #9B4746

Tints of Roof Terracotta #9B4746

Color information

#9B4746 (or 0x9B4746) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 47 and 46. RGB value is (155,71,70). Sum of RGB (Red+Green+Blue) = 155+71+70=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4746 is #64B8B9. Grayscale: #606060. Windows color (decimal): -6600890 or 4605851. OLE color: 4605851.

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

Color convert

RGB1557170-
CMYK00.540.550.39
HSL0.71º37.78%44.12%-
HSV(B)0.71º54.84%60.78%-
XYZ16.8811.927.21-
YUV96113.33170.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=52.36%
G=23.99%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155717000.540.550.390.7137.7844.12
Hex9B474603637271262c
Octal233107106066674714654
Binary100110111000111100011001101101101111001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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