Html Css Color HEX #A74815 Rust

📋 copy color: '#A74815'

red 167 ◦ green 72 ◦ blue 21

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

Shades of Rust #A74815

Tints of Rust #A74815

RGB

 RED value IS 167 (65.63% from 255) = 64.23%

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 64.23%
G = 27.69%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A74815 (or 0xA74815) is known color: Rust. HEX triplet: A7, 48 and 15. RGB value is (167,72,21). Sum of RGB (Red+Green+Blue) = 167+72+21=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A74815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74815 is #58B7EA. Grayscale: #5E5E5E. Windows color (decimal): -5814251 or 1394855. OLE color: 1394855.

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

Color convert

RGB 167 72 21 -
CMYK 0 0.57 0.87 0.35
HSL 20.96º 0.78% 0.37% -
HSV(B) 20.96º 0.87% 0.65% -
XYZ 18.39 12.9 2.23 -
YUV 94.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 167 72 21 0 0.57 0.87 0.35 20.96 0.78 0.37
Hex A7 48 15 0 39 57 23 15 4E 25
Octal 247 110 25 0 71 127 43 25 116 45
Binary 10100111 1001000 10101 0 111001 1010111 100011 10101 1001110 100101

Color Harmonies of #A74815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74815

Black with #A74815

Text Example


Text Example

White with #A74815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74815; }

 p { color: rgb(167,72,21); }

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

background-color css

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

 a { background-color: rgb(167,72,21); }

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

border-color css

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

 span { border-color: rgb(167,72,21); }

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