#9B4D45

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

Shades of Roof Terracotta #9B4D45

Tints of Roof Terracotta #9B4D45

Color information

#9B4D45 (or 0x9B4D45) is unknown color: approx Roof Terracotta. HEX triplet: 9B, 4D and 45. RGB value is (155,77,69). Sum of RGB (Red+Green+Blue) = 155+77+69=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D45 is #64B2BA. Grayscale: #636363. Windows color (decimal): -6599355 or 4541851. OLE color: 4541851.

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

Color convert

RGB1557769-
CMYK00.500.550.39
HSL5.58º38.39%43.92%-
HSV(B)5.58º55.48%60.78%-
XYZ17.2512.717.17-
YUV99.41110.84167.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=51.50%
G=25.58%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155776900.500.550.395.5838.3943.92
Hex9B4D4503237276262c
Octal233115105062674764654
Binary10011011100110110001010110010110111100111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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