Html Css Color HEX #9F4D48 Roof Terracotta

📋 copy color: '#9F4D48'

red 159 ◦ green 77 ◦ blue 72

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

Shades of Roof Terracotta #9F4D48

Tints of Roof Terracotta #9F4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 51.62%
G = 25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F4D48 (or 0x9F4D48) is known color: Roof Terracotta. HEX triplet: 9F, 4D and 48. RGB value is (159,77,72). Sum of RGB (Red+Green+Blue) = 159+77+72=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4D48 is #60B2B7. Grayscale: #656565. Windows color (decimal): -6337208 or 4738463. OLE color: 4738463.

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

Color convert

RGB 159 77 72 -
CMYK 0 0.52 0.55 0.38
HSL 3.45º 0.38% 0.45% -
HSV(B) 3.45º 0.55% 0.62% -
XYZ 18.12 13.15 7.71 -
YUV 100.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 159 77 72 0 0.52 0.55 0.38 3.45 0.38 0.45
Hex 9F 4D 48 0 34 37 26 3 26 2D
Octal 237 115 110 0 64 67 46 3 46 55
Binary 10011111 1001101 1001000 0 110100 110111 100110 11 100110 101101

Color Harmonies of #9F4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D48

Black with #9F4D48

Text Example


Text Example

White with #9F4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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