Html Css Color HEX #9F4948 Roof Terracotta

📋 copy color: '#9F4948'

red 159 ◦ green 73 ◦ blue 72

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

Shades of Roof Terracotta #9F4948

Tints of Roof Terracotta #9F4948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 52.3%
G = 24.01%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F4948 (or 0x9F4948) is known color: Roof Terracotta. HEX triplet: 9F, 49 and 48. RGB value is (159,73,72). Sum of RGB (Red+Green+Blue) = 159+73+72=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4948 is #60B6B7. Grayscale: #626262. Windows color (decimal): -6338232 or 4737439. OLE color: 4737439.

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

Color convert

RGB 159 73 72 -
CMYK 0 0.54 0.55 0.38
HSL 0.69º 0.38% 0.45% -
HSV(B) 0.69º 0.55% 0.62% -
XYZ 17.85 12.6 7.62 -
YUV 98.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 159 73 72 0 0.54 0.55 0.38 0.69 0.38 0.45
Hex 9F 49 48 0 36 37 26 1 26 2D
Octal 237 111 110 0 66 67 46 1 46 55
Binary 10011111 1001001 1001000 0 110110 110111 100110 1 100110 101101

Color Harmonies of #9F4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4948

Black with #9F4948

Text Example


Text Example

White with #9F4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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