#9A4545

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

Shades of Roof Terracotta #9A4545

Tints of Roof Terracotta #9A4545

Color information

#9A4545 (or 0x9A4545) is unknown color: approx Roof Terracotta. HEX triplet: 9A, 45 and 45. RGB value is (154,69,69). Sum of RGB (Red+Green+Blue) = 154+69+69=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4545 is #65BABA. Grayscale: #5E5E5E. Windows color (decimal): -6666939 or 4539802. OLE color: 4539802.

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

Color convert

RGB1546969-
CMYK00.550.550.40
HSL38.12%43.73%-
HSV(B)55.19%60.39%-
XYZ16.5311.566.99-
YUV94.42113.66170.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.74%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 69 (27.34% from 255) = 23.63%
R=52.74%
G=23.63%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154696900.550.550.40038.1243.73
Hex9A454503737280262c
Octal232105105067675004654
Binary100110101000101100010101101111101111010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,69,69); }

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

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

 a { background-color: rgb(154,69,69); }

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

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

 span { border-color: rgb(154,69,69); }

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