Html Css Color HEX #A54940 Roof Terracotta

📋 copy color: '#A54940'

red 165 ◦ green 73 ◦ blue 64

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

Shades of Roof Terracotta #A54940

Tints of Roof Terracotta #A54940

RGB

 RED value IS 165 (64.84% from 255) = 54.64%

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

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 54.64%
G = 24.17%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A54940 (or 0xA54940) is known color: Roof Terracotta. HEX triplet: A5, 49 and 40. RGB value is (165,73,64). Sum of RGB (Red+Green+Blue) = 165+73+64=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A54940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54940 is #5AB6BF. Grayscale: #636363. Windows color (decimal): -5945024 or 4213157. OLE color: 4213157.

HSL color Cylindrical-coordinate representation of color #A54940: hue angle of 5.35º degrees, saturation: 0.44, 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 #A54940 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 64 -
CMYK 0 0.56 0.61 0.35
HSL 5.35º 0.44% 0.45% -
HSV(B) 5.35º 0.61% 0.65% -
XYZ 18.83 13.13 6.39 -
YUV 99.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 165 73 64 0 0.56 0.61 0.35 5.35 0.44 0.45
Hex A5 49 40 0 38 3D 23 5 2C 2D
Octal 245 111 100 0 70 75 43 5 54 55
Binary 10100101 1001001 1000000 0 111000 111101 100011 101 101100 101101

Color Harmonies of #A54940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54940

Black with #A54940

Text Example


Text Example

White with #A54940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54940; }

 p { color: rgb(165,73,64); }

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

background-color css

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

 a { background-color: rgb(165,73,64); }

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

border-color css

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

 span { border-color: rgb(165,73,64); }

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