#9E4947

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

Shades of Roof Terracotta #9E4947

Tints of Roof Terracotta #9E4947

Color information

#9E4947 (or 0x9E4947) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 49 and 47. RGB value is (158,73,71). Sum of RGB (Red+Green+Blue) = 158+73+71=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4947 is #61B6B8. Grayscale: #626262. Windows color (decimal): -6403769 or 4671902. OLE color: 4671902.

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

Color convert

RGB1587371-
CMYK00.540.550.38
HSL1.38º37.99%44.9%-
HSV(B)1.38º55.06%61.96%-
XYZ17.6212.497.44-
YUV98.19112.66170.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=52.32%
G=24.17%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158737100.540.550.381.3837.9944.9
Hex9E494703637261262d
Octal236111107066674614655
Binary100111101001001100011101101101101111001101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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