Html Css Color HEX #9D4342 Roof Terracotta

📋 copy color: '#9D4342'

red 157 ◦ green 67 ◦ blue 66

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

Shades of Roof Terracotta #9D4342

Tints of Roof Terracotta #9D4342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 54.14%
G = 23.1%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D4342 (or 0x9D4342) is known color: 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

RGB 157 67 66 -
CMYK 0 0.57 0.58 0.38
HSL 0.66º 0.41% 0.44% -
HSV(B) 0.66º 0.58% 0.62% -
XYZ 16.9 11.58 6.5 -
YUV 93.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 157 67 66 0 0.57 0.58 0.38 0.66 0.41 0.44
Hex 9D 43 42 0 39 3A 26 1 29 2C
Octal 235 103 102 0 71 72 46 1 51 54
Binary 10011101 1000011 1000010 0 111001 111010 100110 1 101001 101100

Color Harmonies of #9D4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4342

Black with #9D4342

Text Example


Text Example

White with #9D4342

Text Example


Text Example

HTML Codes & Css Web 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>