Html Css Color HEX #9A5750 Copper Rust

📋 copy color: '#9A5750'

red 154 ◦ green 87 ◦ blue 80

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

Shades of Copper Rust #9A5750

Tints of Copper Rust #9A5750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 47.98%
G = 27.1%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A5750 (or 0x9A5750) is known color: Copper Rust. HEX triplet: 9A, 57 and 50. RGB value is (154,87,80). Sum of RGB (Red+Green+Blue) = 154+87+80=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5750 is #65A8AF. Grayscale: #6A6A6A. Windows color (decimal): -6662320 or 5265306. OLE color: 5265306.

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

Color convert

RGB 154 87 80 -
CMYK 0 0.44 0.48 0.40
HSL 5.68º 0.32% 0.46% -
HSV(B) 5.68º 0.48% 0.6% -
XYZ 18.18 14.27 9.38 -
YUV 106.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 154 87 80 0 0.44 0.48 0.40 5.68 0.32 0.46
Hex 9A 57 50 0 2C 30 28 6 20 2E
Octal 232 127 120 0 54 60 50 6 40 56
Binary 10011010 1010111 1010000 0 101100 110000 101000 110 100000 101110

Color Harmonies of #9A5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5750

Black with #9A5750

Text Example


Text Example

White with #9A5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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