#9C4B47

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

Shades of Roof Terracotta #9C4B47

Tints of Roof Terracotta #9C4B47

Color information

#9C4B47 (or 0x9C4B47) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 4B and 47. RGB value is (156,75,71). Sum of RGB (Red+Green+Blue) = 156+75+71=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4B47 is #63B4B8. Grayscale: #626262. Windows color (decimal): -6534329 or 4672412. OLE color: 4672412.

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

Color convert

RGB1567571-
CMYK00.520.540.39
HSL2.82º37.44%44.51%-
HSV(B)2.82º54.49%61.18%-
XYZ17.3612.567.47-
YUV98.76112.34168.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=51.66%
G=24.83%
B=23.51%

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
Decimal156757100.520.540.392.8237.4444.51
Hex9C4B4703436273252d
Octal234113107064664734555
Binary1001110010010111000111011010011011010011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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