Html Css Color HEX #9A574A Copper Rust

📋 copy color: '#9A574A'

red 154 ◦ green 87 ◦ blue 74

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

Shades of Copper Rust #9A574A

Tints of Copper Rust #9A574A

RGB

 RED value IS 154 (60.55% from 255) = 48.89%

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 48.89%
G = 27.62%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#9A574A (or 0x9A574A) is known color: Copper Rust. HEX triplet: 9A, 57 and 4A. RGB value is (154,87,74). Sum of RGB (Red+Green+Blue) = 154+87+74=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A574A is #65A8B5. Grayscale: #696969. Windows color (decimal): -6662326 or 4872090. OLE color: 4872090.

HSL color Cylindrical-coordinate representation of color #9A574A: hue angle of 9.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A574A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 87 74 -
CMYK 0 0.44 0.52 0.40
HSL 9.75º 0.35% 0.45% -
HSV(B) 9.75º 0.52% 0.6% -
XYZ 17.97 14.18 8.27 -
YUV 105.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 154 87 74 0 0.44 0.52 0.40 9.75 0.35 0.45
Hex 9A 57 4A 0 2C 34 28 A 23 2D
Octal 232 127 112 0 54 64 50 12 43 55
Binary 10011010 1010111 1001010 0 101100 110100 101000 1010 100011 101101

Color Harmonies of #9A574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A574A

Black with #9A574A

Text Example


Text Example

White with #9A574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A574A; }

 p { color: rgb(154,87,74); }

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

background-color css

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

 a { background-color: rgb(154,87,74); }

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

border-color css

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

 span { border-color: rgb(154,87,74); }

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