Html Css Color HEX #9F4843 Roof Terracotta

📋 copy color: '#9F4843'

red 159 ◦ green 72 ◦ blue 67

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

Shades of Roof Terracotta #9F4843

Tints of Roof Terracotta #9F4843

RGB

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

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

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

R = 53.36%
G = 24.16%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F4843 (or 0x9F4843) is known color: Roof Terracotta. HEX triplet: 9F, 48 and 43. RGB value is (159,72,67). Sum of RGB (Red+Green+Blue) = 159+72+67=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4843 is #60B7BC. Grayscale: #616161. Windows color (decimal): -6338493 or 4409503. OLE color: 4409503.

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

Color convert

RGB 159 72 67 -
CMYK 0 0.55 0.58 0.38
HSL 3.26º 0.41% 0.44% -
HSV(B) 3.26º 0.58% 0.62% -
XYZ 17.63 12.41 6.78 -
YUV 97.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 159 72 67 0 0.55 0.58 0.38 3.26 0.41 0.44
Hex 9F 48 43 0 37 3A 26 3 29 2C
Octal 237 110 103 0 67 72 46 3 51 54
Binary 10011111 1001000 1000011 0 110111 111010 100110 11 101001 101100

Color Harmonies of #9F4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4843

Black with #9F4843

Text Example


Text Example

White with #9F4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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