Html Css Color HEX #A74D04 Rust

📋 copy color: '#A74D04'

red 167 ◦ green 77 ◦ blue 4

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

Shades of Rust #A74D04

Tints of Rust #A74D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 67.34%
G = 31.05%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A74D04 (or 0xA74D04) is known color: Rust. HEX triplet: A7, 4D and 04. RGB value is (167,77,4). Sum of RGB (Red+Green+Blue) = 167+77+4=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D04 is #58B2FB. Grayscale: #5F5F5F. Windows color (decimal): -5812988 or 282023. OLE color: 282023.

HSL color Cylindrical-coordinate representation of color #A74D04: hue angle of 26.87º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A74D04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 77 4 -
CMYK 0 0.54 0.98 0.35
HSL 26.87º 0.95% 0.34% -
HSV(B) 26.87º 0.98% 0.65% -
XYZ 18.61 13.53 1.75 -
YUV 95.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 167 77 4 0 0.54 0.98 0.35 26.87 0.95 0.34
Hex A7 4D 4 0 36 62 23 1B 5F 22
Octal 247 115 4 0 66 142 43 33 137 42
Binary 10100111 1001101 100 0 110110 1100010 100011 11011 1011111 100010

Color Harmonies of #A74D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D04

Black with #A74D04

Text Example


Text Example

White with #A74D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D04; }

 p { color: rgb(167,77,4); }

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

background-color css

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

 a { background-color: rgb(167,77,4); }

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

border-color css

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

 span { border-color: rgb(167,77,4); }

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