#9E4D42

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

Shades of Roof Terracotta #9E4D42

Tints of Roof Terracotta #9E4D42

Color information

#9E4D42 (or 0x9E4D42) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 4D and 42. RGB value is (158,77,66). Sum of RGB (Red+Green+Blue) = 158+77+66=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4D42 is #61B2BD. Grayscale: #646464. Windows color (decimal): -6402750 or 4345246. OLE color: 4345246.

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

Color convert

RGB1587766-
CMYK00.510.580.38
HSL7.17º41.07%43.92%-
HSV(B)7.17º58.23%61.96%-
XYZ17.7412.976.72-
YUV99.96108.84169.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=52.49%
G=25.58%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158776600.510.580.387.1741.0743.92
Hex9E4D420333A267292c
Octal236115102063724675154
Binary10011110100110110000100110011111010100110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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