Html Css Color HEX #9D4B49 Roof Terracotta

📋 copy color: '#9D4B49'

red 157 ◦ green 75 ◦ blue 73

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

Shades of Roof Terracotta #9D4B49

Tints of Roof Terracotta #9D4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 51.48%
G = 24.59%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D4B49 (or 0x9D4B49) is known color: Roof Terracotta. HEX triplet: 9D, 4B and 49. RGB value is (157,75,73). Sum of RGB (Red+Green+Blue) = 157+75+73=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4B49 is #62B4B6. Grayscale: #636363. Windows color (decimal): -6468791 or 4803485. OLE color: 4803485.

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

Color convert

RGB 157 75 73 -
CMYK 0 0.52 0.54 0.38
HSL 1.43º 0.37% 0.45% -
HSV(B) 1.43º 0.54% 0.62% -
XYZ 17.62 12.68 7.82 -
YUV 99.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 157 75 73 0 0.52 0.54 0.38 1.43 0.37 0.45
Hex 9D 4B 49 0 34 36 26 1 25 2D
Octal 235 113 111 0 64 66 46 1 45 55
Binary 10011101 1001011 1001001 0 110100 110110 100110 1 100101 101101

Color Harmonies of #9D4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4B49

Black with #9D4B49

Text Example


Text Example

White with #9D4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,75,73); }

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

background-color css

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

 a { background-color: rgb(157,75,73); }

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

border-color css

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

 span { border-color: rgb(157,75,73); }

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