Html Css Color HEX #9F4945 Roof Terracotta

📋 copy color: '#9F4945'

red 159 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #9F4945

Tints of Roof Terracotta #9F4945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

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

R = 52.82%
G = 24.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F4945 (or 0x9F4945) is known color: Roof Terracotta. HEX triplet: 9F, 49 and 45. RGB value is (159,73,69). Sum of RGB (Red+Green+Blue) = 159+73+69=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4945 is #60B6BA. Grayscale: #626262. Windows color (decimal): -6338235 or 4540831. OLE color: 4540831.

HSL color Cylindrical-coordinate representation of color #9F4945: hue angle of 2.67º 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 #9F4945 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 69 -
CMYK 0 0.54 0.57 0.38
HSL 2.67º 0.39% 0.45% -
HSV(B) 2.67º 0.57% 0.62% -
XYZ 17.75 12.57 7.12 -
YUV 98.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 159 73 69 0 0.54 0.57 0.38 2.67 0.39 0.45
Hex 9F 49 45 0 36 39 26 3 27 2D
Octal 237 111 105 0 66 71 46 3 47 55
Binary 10011111 1001001 1000101 0 110110 111001 100110 11 100111 101101

Color Harmonies of #9F4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4945

Black with #9F4945

Text Example


Text Example

White with #9F4945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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