#9E4A47

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

Shades of Roof Terracotta #9E4A47

Tints of Roof Terracotta #9E4A47

Color information

#9E4A47 (or 0x9E4A47) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 4A and 47. RGB value is (158,74,71). Sum of RGB (Red+Green+Blue) = 158+74+71=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A47 is #61B5B8. Grayscale: #626262. Windows color (decimal): -6403513 or 4672158. OLE color: 4672158.

HSL color Cylindrical-coordinate representation of color #9E4A47: hue angle of 2.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4A47 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1587471-
CMYK00.530.550.38
HSL2.07º37.99%44.9%-
HSV(B)2.07º55.06%61.96%-
XYZ17.6912.627.47-
YUV98.77112.33170.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=52.15%
G=24.42%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158747100.530.550.382.0737.9944.9
Hex9E4A4703537262262d
Octal236112107065674624655
Binary1001111010010101000111011010111011110011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,71); }

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

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

 a { background-color: rgb(158,74,71); }

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

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

 span { border-color: rgb(158,74,71); }

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