Html Css Color HEX #9C4D45 Roof Terracotta

📋 copy color: '#9C4D45'

red 156 ◦ green 77 ◦ blue 69

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

Shades of Roof Terracotta #9C4D45

Tints of Roof Terracotta #9C4D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 51.66%
G = 25.5%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C4D45 (or 0x9C4D45) is known color: Roof Terracotta. HEX triplet: 9C, 4D and 45. RGB value is (156,77,69). Sum of RGB (Red+Green+Blue) = 156+77+69=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4D45 is #63B2BA. Grayscale: #636363. Windows color (decimal): -6533819 or 4541852. OLE color: 4541852.

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

Color convert

RGB 156 77 69 -
CMYK 0 0.51 0.56 0.39
HSL 5.52º 0.39% 0.44% -
HSV(B) 5.52º 0.56% 0.61% -
XYZ 17.44 12.81 7.18 -
YUV 99.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 156 77 69 0 0.51 0.56 0.39 5.52 0.39 0.44
Hex 9C 4D 45 0 33 38 27 6 27 2C
Octal 234 115 105 0 63 70 47 6 47 54
Binary 10011100 1001101 1000101 0 110011 111000 100111 110 100111 101100

Color Harmonies of #9C4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D45

Black with #9C4D45

Text Example


Text Example

White with #9C4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,77,69); }

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

background-color css

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

 a { background-color: rgb(156,77,69); }

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

border-color css

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

 span { border-color: rgb(156,77,69); }

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