Html Css Color HEX #9C4742 Roof Terracotta

📋 copy color: '#9C4742'

red 156 ◦ green 71 ◦ blue 66

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

Shades of Roof Terracotta #9C4742

Tints of Roof Terracotta #9C4742

RGB

 RED value IS 156 (61.33% from 255) = 53.24%

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

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

R = 53.24%
G = 24.23%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C4742 (or 0x9C4742) is known color: Roof Terracotta. HEX triplet: 9C, 47 and 42. RGB value is (156,71,66). Sum of RGB (Red+Green+Blue) = 156+71+66=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4742 is #63B8BD. Grayscale: #5F5F5F. Windows color (decimal): -6535358 or 4343708. OLE color: 4343708.

HSL color Cylindrical-coordinate representation of color #9C4742: hue angle of 3.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4742 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 71 66 -
CMYK 0 0.54 0.58 0.39
HSL 3.33º 0.41% 0.44% -
HSV(B) 3.33º 0.58% 0.61% -
XYZ 16.95 11.97 6.57 -
YUV 95.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 156 71 66 0 0.54 0.58 0.39 3.33 0.41 0.44
Hex 9C 47 42 0 36 3A 27 3 29 2C
Octal 234 107 102 0 66 72 47 3 51 54
Binary 10011100 1000111 1000010 0 110110 111010 100111 11 101001 101100

Color Harmonies of #9C4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4742

Black with #9C4742

Text Example


Text Example

White with #9C4742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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