#9b4743

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

Shades of Roof Terracotta #9B4743

Tints of Roof Terracotta #9B4743

Color information

#9B4743 (or 0x9B4743) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 47 and 43. RGB value is (155,71,67). Sum of RGB (Red+Green+Blue) = 155+71+67=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4743 is #64B8BC. Grayscale: #5F5F5F. Windows color (decimal): -6600893 or 4409243. OLE color: 4409243.

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

Color convert

RGB1557167-
CMYK00.540.570.39
HSL2.73º39.64%43.53%-
HSV(B)2.73º56.77%60.78%-
XYZ16.7811.886.72-
YUV95.66111.83170.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=52.90%
G=24.23%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155716700.540.570.392.7339.6443.53
Hex9B474303639273282c
Octal233107103066714735054
Binary1001101110001111000011011011011100110011111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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