#9D4342

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

Shades of Roof Terracotta #9D4342

Tints of Roof Terracotta #9D4342

Color information

#9D4342 (or 0x9D4342) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 43 and 42. RGB value is (157,67,66). Sum of RGB (Red+Green+Blue) = 157+67+66=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4342 is #62BCBD. Grayscale: #5D5D5D. Windows color (decimal): -6470846 or 4342685. OLE color: 4342685.

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

Color convert

RGB1576766-
CMYK00.570.580.38
HSL0.66º40.81%43.73%-
HSV(B)0.66º57.96%61.57%-
XYZ16.911.586.5-
YUV93.8112.32173.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=54.14%
G=23.10%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157676600.570.580.380.6640.8143.73
Hex9D43420393A261292c
Octal235103102071724615154
Binary100111011000011100001001110011110101001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,67,66); }

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

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

 a { background-color: rgb(157,67,66); }

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

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

 span { border-color: rgb(157,67,66); }

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