#9E4240

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

Shades of Roof Terracotta #9E4240

Tints of Roof Terracotta #9E4240

Color information

#9E4240 (or 0x9E4240) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 42 and 40. RGB value is (158,66,64). Sum of RGB (Red+Green+Blue) = 158+66+64=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4240 is #61BDBF. Grayscale: #5D5D5D. Windows color (decimal): -6405568 or 4211358. OLE color: 4211358.

HSL color Cylindrical-coordinate representation of color #9E4240: hue angle of 1.28º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4240 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1586664-
CMYK00.580.590.38
HSL1.28º42.34%43.53%-
HSV(B)1.28º59.49%61.96%-
XYZ16.9711.546.18-
YUV93.28111.48174.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.86%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=54.86%
G=22.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158666400.580.590.381.2842.3443.53
Hex9E424003A3B2612a2c
Octal236102100072734615254
Binary100111101000010100000001110101110111001101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,64); }

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

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

 a { background-color: rgb(158,66,64); }

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

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

 span { border-color: rgb(158,66,64); }

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