#9B4B47

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

Shades of Roof Terracotta #9B4B47

Tints of Roof Terracotta #9B4B47

Color information

#9B4B47 (or 0x9B4B47) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 4B and 47. RGB value is (155,75,71). Sum of RGB (Red+Green+Blue) = 155+75+71=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B47 is #64B4B8. Grayscale: #626262. Windows color (decimal): -6599865 or 4672411. OLE color: 4672411.

HSL color Cylindrical-coordinate representation of color #9B4B47: hue angle of 2.86º 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 #9B4B47 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1557571-
CMYK00.520.540.39
HSL2.86º37.17%44.31%-
HSV(B)2.86º54.19%60.78%-
XYZ17.1712.467.46-
YUV98.46112.5168.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=51.50%
G=24.92%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155757100.520.540.392.8637.1744.31
Hex9B4B4703436273252c
Octal233113107064664734554
Binary1001101110010111000111011010011011010011111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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