Html Css Color HEX #9F4846 Roof Terracotta

📋 copy color: '#9F4846'

red 159 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #9F4846

Tints of Roof Terracotta #9F4846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 52.82%
G = 23.92%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F4846 (or 0x9F4846) is known color: Roof Terracotta. HEX triplet: 9F, 48 and 46. RGB value is (159,72,70). Sum of RGB (Red+Green+Blue) = 159+72+70=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4846 is #60B7B9. Grayscale: #616161. Windows color (decimal): -6338490 or 4606111. OLE color: 4606111.

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

Color convert

RGB 159 72 70 -
CMYK 0 0.55 0.56 0.38
HSL 1.35º 0.39% 0.45% -
HSV(B) 1.35º 0.56% 0.62% -
XYZ 17.72 12.45 7.26 -
YUV 97.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 159 72 70 0 0.55 0.56 0.38 1.35 0.39 0.45
Hex 9F 48 46 0 37 38 26 1 27 2D
Octal 237 110 106 0 67 70 46 1 47 55
Binary 10011111 1001000 1000110 0 110111 111000 100110 1 100111 101101

Color Harmonies of #9F4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4846

Black with #9F4846

Text Example


Text Example

White with #9F4846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,70); }

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

background-color css

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

 a { background-color: rgb(159,72,70); }

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

border-color css

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

 span { border-color: rgb(159,72,70); }

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