#9B4543

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

Shades of Roof Terracotta #9B4543

Tints of Roof Terracotta #9B4543

Color information

#9B4543 (or 0x9B4543) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 45 and 43. RGB value is (155,69,67). Sum of RGB (Red+Green+Blue) = 155+69+67=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4543 is #64BABC. Grayscale: #5E5E5E. Windows color (decimal): -6601405 or 4408731. OLE color: 4408731.

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

Color convert

RGB1556967-
CMYK00.550.570.39
HSL1.36º39.64%43.53%-
HSV(B)1.36º56.77%60.78%-
XYZ16.6611.636.68-
YUV94.49112.49171.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=53.26%
G=23.71%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155696700.550.570.391.3639.6443.53
Hex9B454303739271282c
Octal233105103067714715054
Binary100110111000101100001101101111110011001111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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