Html Css Color HEX #A54814 Rust

📋 copy color: '#A54814'

red 165 ◦ green 72 ◦ blue 20

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

Shades of Rust #A54814

Tints of Rust #A54814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 64.2%
G = 28.02%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54814 (or 0xA54814) is known color: Rust. HEX triplet: A5, 48 and 14. RGB value is (165,72,20). Sum of RGB (Red+Green+Blue) = 165+72+20=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A54814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54814 is #5AB7EB. Grayscale: #5E5E5E. Windows color (decimal): -5945324 or 1329317. OLE color: 1329317.

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

Color convert

RGB 165 72 20 -
CMYK 0 0.56 0.88 0.35
HSL 21.52º 0.78% 0.36% -
HSV(B) 21.52º 0.88% 0.65% -
XYZ 17.96 12.68 2.16 -
YUV 93.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 165 72 20 0 0.56 0.88 0.35 21.52 0.78 0.36
Hex A5 48 14 0 38 58 23 16 4E 24
Octal 245 110 24 0 70 130 43 26 116 44
Binary 10100101 1001000 10100 0 111000 1011000 100011 10110 1001110 100100

Color Harmonies of #A54814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54814

Black with #A54814

Text Example


Text Example

White with #A54814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54814; }

 p { color: rgb(165,72,20); }

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

background-color css

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

 a { background-color: rgb(165,72,20); }

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

border-color css

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

 span { border-color: rgb(165,72,20); }

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