#9E4543

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

Shades of Roof Terracotta #9E4543

Tints of Roof Terracotta #9E4543

Color information

#9E4543 (or 0x9E4543) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 45 and 43. RGB value is (158,69,67). Sum of RGB (Red+Green+Blue) = 158+69+67=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4543 is #61BABC. Grayscale: #5F5F5F. Windows color (decimal): -6404797 or 4408734. OLE color: 4408734.

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

Color convert

RGB1586967-
CMYK00.560.580.38
HSL1.32º40.44%44.12%-
HSV(B)1.32º57.59%61.96%-
XYZ17.2411.936.7-
YUV95.38111.99172.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=53.74%
G=23.47%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158696700.560.580.381.3240.4444.12
Hex9E45430383A261282c
Octal236105103070724615054
Binary100111101000101100001101110001110101001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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