#9E4340

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

Shades of Roof Terracotta #9E4340

Tints of Roof Terracotta #9E4340

Color information

#9E4340 (or 0x9E4340) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 43 and 40. RGB value is (158,67,64). Sum of RGB (Red+Green+Blue) = 158+67+64=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4340 is #61BCBF. Grayscale: #5D5D5D. Windows color (decimal): -6405312 or 4211614. OLE color: 4211614.

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

Color convert

RGB1586764-
CMYK00.580.590.38
HSL1.91º42.34%43.53%-
HSV(B)1.91º59.49%61.96%-
XYZ17.0311.656.2-
YUV93.87111.15173.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=54.67%
G=23.18%
B=22.15%

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
Decimal158676400.580.590.381.9142.3443.53
Hex9E434003A3B2622a2c
Octal236103100072734625254
Binary1001111010000111000000011101011101110011010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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