Html Css Color HEX #9D4847 Roof Terracotta

📋 copy color: '#9D4847'

red 157 ◦ green 72 ◦ blue 71

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

Shades of Roof Terracotta #9D4847

Tints of Roof Terracotta #9D4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 71 (28.13% from 255) = 23.67%

R = 52.33%
G = 24%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D4847 (or 0x9D4847) is known color: Roof Terracotta. HEX triplet: 9D, 48 and 47. RGB value is (157,72,71). Sum of RGB (Red+Green+Blue) = 157+72+71=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4847 is #62B7B8. Grayscale: #616161. Windows color (decimal): -6469561 or 4671645. OLE color: 4671645.

HSL color Cylindrical-coordinate representation of color #9D4847: hue angle of 0.7º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4847 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 72 71 -
CMYK 0 0.54 0.55 0.38
HSL 0.7º 0.38% 0.45% -
HSV(B) 0.7º 0.55% 0.62% -
XYZ 17.36 12.26 7.41 -
YUV 97.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 157 72 71 0 0.54 0.55 0.38 0.7 0.38 0.45
Hex 9D 48 47 0 36 37 26 1 26 2D
Octal 235 110 107 0 66 67 46 1 46 55
Binary 10011101 1001000 1000111 0 110110 110111 100110 1 100110 101101

Color Harmonies of #9D4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4847

Black with #9D4847

Text Example


Text Example

White with #9D4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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