#A54D41

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

Shades of Roof Terracotta #A54D41

Tints of Roof Terracotta #A54D41

Color information

#A54D41 (or 0xA54D41) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4D and 41. RGB value is (165,77,65). Sum of RGB (Red+Green+Blue) = 165+77+65=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D41 is #5AB2BE. Grayscale: #666666. Windows color (decimal): -5943999 or 4279717. OLE color: 4279717.

HSL color Cylindrical-coordinate representation of color #A54D41: hue angle of 7.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54D41 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1657765-
CMYK00.530.610.35
HSL7.2º43.48%45.1%-
HSV(B)7.2º60.61%64.71%-
XYZ19.1313.696.64-
YUV101.94107.15172.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=53.75%
G=25.08%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165776500.530.610.357.243.4845.1
HexA54D410353D2372b2d
Octal245115101065754375355
Binary10100101100110110000010110101111101100011111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D41; }

 p { color: rgb(165,77,65); }

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

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

 a { background-color: rgb(165,77,65); }

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

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

 span { border-color: rgb(165,77,65); }

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