Html Css Color HEX #A54713 Rust

📋 copy color: '#A54713'

red 165 ◦ green 71 ◦ blue 19

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

Shades of Rust #A54713

Tints of Rust #A54713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 64.71%
G = 27.84%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54713 (or 0xA54713) is known color: Rust. HEX triplet: A5, 47 and 13. RGB value is (165,71,19). Sum of RGB (Red+Green+Blue) = 165+71+19=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54713 is #5AB8EC. Grayscale: #5D5D5D. Windows color (decimal): -5945581 or 1263525. OLE color: 1263525.

HSL color Cylindrical-coordinate representation of color #A54713: hue angle of 21.37º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A54713 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 19 -
CMYK 0 0.57 0.88 0.35
HSL 21.37º 0.79% 0.36% -
HSV(B) 21.37º 0.88% 0.65% -
XYZ 17.89 12.55 2.1 -
YUV 93.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 165 71 19 0 0.57 0.88 0.35 21.37 0.79 0.36
Hex A5 47 13 0 39 58 23 15 4F 24
Octal 245 107 23 0 71 130 43 25 117 44
Binary 10100101 1000111 10011 0 111001 1011000 100011 10101 1001111 100100

Color Harmonies of #A54713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54713

Black with #A54713

Text Example


Text Example

White with #A54713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54713; }

 p { color: rgb(165,71,19); }

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

background-color css

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

 a { background-color: rgb(165,71,19); }

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

border-color css

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

 span { border-color: rgb(165,71,19); }

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