#9E4C44

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

Shades of Roof Terracotta #9E4C44

Tints of Roof Terracotta #9E4C44

Color information

#9E4C44 (or 0x9E4C44) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 4C and 44. RGB value is (158,76,68). Sum of RGB (Red+Green+Blue) = 158+76+68=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4C44 is #61B3BB. Grayscale: #636363. Windows color (decimal): -6403004 or 4476062. OLE color: 4476062.

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

Color convert

RGB1587668-
CMYK00.520.570.38
HSL5.33º39.82%44.31%-
HSV(B)5.33º56.96%61.96%-
XYZ17.7312.867.02-
YUV99.61110.17169.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 76 (30.08% from 255) = 25.17%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=52.32%
G=25.17%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158766800.520.570.385.3339.8244.31
Hex9E4C4403439265282c
Octal236114104064714655054
Binary10011110100110010001000110100111001100110101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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