Html Css Color HEX #9A574B Copper Rust

📋 copy color: '#9A574B'

red 154 ◦ green 87 ◦ blue 75

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

Shades of Copper Rust #9A574B

Tints of Copper Rust #9A574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 48.73%
G = 27.53%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A574B (or 0x9A574B) is known color: Copper Rust. HEX triplet: 9A, 57 and 4B. RGB value is (154,87,75). Sum of RGB (Red+Green+Blue) = 154+87+75=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A574B is #65A8B4. Grayscale: #696969. Windows color (decimal): -6662325 or 4937626. OLE color: 4937626.

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

Color convert

RGB 154 87 75 -
CMYK 0 0.44 0.51 0.40
HSL 9.11º 0.34% 0.45% -
HSV(B) 9.11º 0.51% 0.6% -
XYZ 18 14.19 8.45 -
YUV 105.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 154 87 75 0 0.44 0.51 0.40 9.11 0.34 0.45
Hex 9A 57 4B 0 2C 33 28 9 22 2D
Octal 232 127 113 0 54 63 50 11 42 55
Binary 10011010 1010111 1001011 0 101100 110011 101000 1001 100010 101101

Color Harmonies of #9A574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A574B

Black with #9A574B

Text Example


Text Example

White with #9A574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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