Html Css Color HEX #9F4942 Roof Terracotta

📋 copy color: '#9F4942'

red 159 ◦ green 73 ◦ blue 66

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

Shades of Roof Terracotta #9F4942

Tints of Roof Terracotta #9F4942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 53.36%
G = 24.5%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F4942 (or 0x9F4942) is known color: Roof Terracotta. HEX triplet: 9F, 49 and 42. RGB value is (159,73,66). Sum of RGB (Red+Green+Blue) = 159+73+66=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4942 is #60B6BD. Grayscale: #626262. Windows color (decimal): -6338238 or 4344223. OLE color: 4344223.

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

Color convert

RGB 159 73 66 -
CMYK 0 0.54 0.58 0.38
HSL 4.52º 0.41% 0.44% -
HSV(B) 4.52º 0.58% 0.62% -
XYZ 17.66 12.53 6.64 -
YUV 97.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 159 73 66 0 0.54 0.58 0.38 4.52 0.41 0.44
Hex 9F 49 42 0 36 3A 26 5 29 2C
Octal 237 111 102 0 66 72 46 5 51 54
Binary 10011111 1001001 1000010 0 110110 111010 100110 101 101001 101100

Color Harmonies of #9F4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4942

Black with #9F4942

Text Example


Text Example

White with #9F4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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