#9E4C42

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

Shades of Roof Terracotta #9E4C42

Tints of Roof Terracotta #9E4C42

Color information

#9E4C42 (or 0x9E4C42) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 4C and 42. RGB value is (158,76,66). Sum of RGB (Red+Green+Blue) = 158+76+66=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4C42 is #61B3BD. Grayscale: #636363. Windows color (decimal): -6403006 or 4344990. OLE color: 4344990.

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

Color convert

RGB1587666-
CMYK00.520.580.38
HSL6.52º41.07%43.92%-
HSV(B)6.52º58.23%61.96%-
XYZ17.6712.836.7-
YUV99.38109.17169.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.67%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 66 (26.17% from 255) = 22%
R=52.67%
G=25.33%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158766600.520.580.386.5241.0743.92
Hex9E4C420343A267292c
Octal236114102064724675154
Binary10011110100110010000100110100111010100110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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