Html Css Color HEX #9D4A42 Roof Terracotta

📋 copy color: '#9D4A42'

red 157 ◦ green 74 ◦ blue 66

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

Shades of Roof Terracotta #9D4A42

Tints of Roof Terracotta #9D4A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 52.86%
G = 24.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D4A42 (or 0x9D4A42) is known color: Roof Terracotta. HEX triplet: 9D, 4A and 42. RGB value is (157,74,66). Sum of RGB (Red+Green+Blue) = 157+74+66=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A42 is #62B5BD. Grayscale: #626262. Windows color (decimal): -6469054 or 4344477. OLE color: 4344477.

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

Color convert

RGB 157 74 66 -
CMYK 0 0.53 0.58 0.38
HSL 5.27º 0.41% 0.44% -
HSV(B) 5.27º 0.58% 0.62% -
XYZ 17.34 12.46 6.65 -
YUV 97.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 157 74 66 0 0.53 0.58 0.38 5.27 0.41 0.44
Hex 9D 4A 42 0 35 3A 26 5 29 2C
Octal 235 112 102 0 65 72 46 5 51 54
Binary 10011101 1001010 1000010 0 110101 111010 100110 101 101001 101100

Color Harmonies of #9D4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4A42

Black with #9D4A42

Text Example


Text Example

White with #9D4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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