Html Css Color HEX #9C4541 Roof Terracotta

📋 copy color: '#9C4541'

red 156 ◦ green 69 ◦ blue 65

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

Shades of Roof Terracotta #9C4541

Tints of Roof Terracotta #9C4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 53.79%
G = 23.79%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C4541 (or 0x9C4541) is known color: Roof Terracotta. HEX triplet: 9C, 45 and 41. RGB value is (156,69,65). Sum of RGB (Red+Green+Blue) = 156+69+65=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4541 is #63BABE. Grayscale: #5E5E5E. Windows color (decimal): -6535871 or 4277660. OLE color: 4277660.

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

Color convert

RGB 156 69 65 -
CMYK 0 0.56 0.58 0.39
HSL 2.64º 0.41% 0.43% -
HSV(B) 2.64º 0.58% 0.61% -
XYZ 16.79 11.71 6.38 -
YUV 94.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 156 69 65 0 0.56 0.58 0.39 2.64 0.41 0.43
Hex 9C 45 41 0 38 3A 27 3 29 2B
Octal 234 105 101 0 70 72 47 3 51 53
Binary 10011100 1000101 1000001 0 111000 111010 100111 11 101001 101011

Color Harmonies of #9C4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4541

Black with #9C4541

Text Example


Text Example

White with #9C4541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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