Html Css Color HEX #9F4443 Roof Terracotta

📋 copy color: '#9F4443'

red 159 ◦ green 68 ◦ blue 67

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

Shades of Roof Terracotta #9F4443

Tints of Roof Terracotta #9F4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 54.08%
G = 23.13%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F4443 (or 0x9F4443) is known color: Roof Terracotta. HEX triplet: 9F, 44 and 43. RGB value is (159,68,67). Sum of RGB (Red+Green+Blue) = 159+68+67=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4443 is #60BBBC. Grayscale: #5F5F5F. Windows color (decimal): -6339517 or 4408479. OLE color: 4408479.

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

Color convert

RGB 159 68 67 -
CMYK 0 0.57 0.58 0.38
HSL 0.65º 0.41% 0.44% -
HSV(B) 0.65º 0.58% 0.62% -
XYZ 17.38 11.91 6.69 -
YUV 95.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 159 68 67 0 0.57 0.58 0.38 0.65 0.41 0.44
Hex 9F 44 43 0 39 3A 26 1 29 2C
Octal 237 104 103 0 71 72 46 1 51 54
Binary 10011111 1000100 1000011 0 111001 111010 100110 1 101001 101100

Color Harmonies of #9F4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4443

Black with #9F4443

Text Example


Text Example

White with #9F4443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,67); }

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

background-color css

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

 a { background-color: rgb(159,68,67); }

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

border-color css

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

 span { border-color: rgb(159,68,67); }

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