Html Css Color HEX #9F4745 Roof Terracotta

📋 copy color: '#9F4745'

red 159 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #9F4745

Tints of Roof Terracotta #9F4745

RGB

 RED value IS 159 (62.5% from 255) = 53.18%

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

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

R = 53.18%
G = 23.75%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F4745 (or 0x9F4745) is known color: Roof Terracotta. HEX triplet: 9F, 47 and 45. RGB value is (159,71,69). Sum of RGB (Red+Green+Blue) = 159+71+69=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4745 is #60B8BA. Grayscale: #616161. Windows color (decimal): -6338747 or 4540319. OLE color: 4540319.

HSL color Cylindrical-coordinate representation of color #9F4745: hue angle of 1.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4745 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 71 69 -
CMYK 0 0.55 0.57 0.38
HSL 1.33º 0.39% 0.45% -
HSV(B) 1.33º 0.57% 0.62% -
XYZ 17.63 12.31 7.08 -
YUV 97.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 159 71 69 0 0.55 0.57 0.38 1.33 0.39 0.45
Hex 9F 47 45 0 37 39 26 1 27 2D
Octal 237 107 105 0 67 71 46 1 47 55
Binary 10011111 1000111 1000101 0 110111 111001 100110 1 100111 101101

Color Harmonies of #9F4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4745

Black with #9F4745

Text Example


Text Example

White with #9F4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,71,69); }

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

background-color css

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

 a { background-color: rgb(159,71,69); }

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

border-color css

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

 span { border-color: rgb(159,71,69); }

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