Html Css Color HEX #9D4742 Roof Terracotta

📋 copy color: '#9D4742'

red 157 ◦ green 71 ◦ blue 66

#9D4742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roof Terracotta #9D4742

Tints of Roof Terracotta #9D4742

RGB

 RED value IS 157 (61.72% from 255) = 53.4%

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 53.4%
G = 24.15%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D4742 (or 0x9D4742) is known color: Roof Terracotta. HEX triplet: 9D, 47 and 42. RGB value is (157,71,66). Sum of RGB (Red+Green+Blue) = 157+71+66=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4742 is #62B8BD. Grayscale: #606060. Windows color (decimal): -6469822 or 4343709. OLE color: 4343709.

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

Color convert

RGB 157 71 66 -
CMYK 0 0.55 0.58 0.38
HSL 3.3º 0.41% 0.44% -
HSV(B) 3.3º 0.58% 0.62% -
XYZ 17.14 12.07 6.58 -
YUV 96.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 157 71 66 0 0.55 0.58 0.38 3.3 0.41 0.44
Hex 9D 47 42 0 37 3A 26 3 29 2C
Octal 235 107 102 0 67 72 46 3 51 54
Binary 10011101 1000111 1000010 0 110111 111010 100110 11 101001 101100

Color Harmonies of #9D4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4742

Black with #9D4742

Text Example


Text Example

White with #9D4742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D4742;
 }
 .AnyTagClassName
 {
   color: #9D4742;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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