#9f433f

Color #9F433F Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #9F433F

Tints of Roof Terracotta #9F433F

Color information

#9F433F (or 0x9F433F) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 43 and 3F. RGB value is (159,67,63). Sum of RGB (Red+Green+Blue) = 159+67+63=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F433F is #60BCC0. Grayscale: #5E5E5E. Windows color (decimal): -6339777 or 4146079. OLE color: 4146079.

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

Color convert

RGB1596763-
CMYK00.580.600.38
HSL2.5º43.24%43.53%-
HSV(B)2.5º60.38%62.35%-
XYZ17.211.746.06-
YUV94.05110.48174.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 63 (25% from 255) = 21.80%
R=55.02%
G=23.18%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159676300.580.600.382.543.2443.53
Hex9F433F03A3C2632b2c
Octal23710377072744635354
Binary100111111000011111111011101011110010011011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f433f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9f433f;
 }
 .AnyTagClassName
 {
   color: #9f433f;
 }
</style>
background-color css

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

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

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

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

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

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