Html Css Color HEX #9A5B4D Copper Rust

📋 copy color: '#9A5B4D'

red 154 ◦ green 91 ◦ blue 77

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

Shades of Copper Rust #9A5B4D

Tints of Copper Rust #9A5B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 47.83%
G = 28.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#9A5B4D (or 0x9A5B4D) is known color: Copper Rust. HEX triplet: 9A, 5B and 4D. RGB value is (154,91,77). Sum of RGB (Red+Green+Blue) = 154+91+77=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5B4D is #65A4B2. Grayscale: #6C6C6C. Windows color (decimal): -6661299 or 5069722. OLE color: 5069722.

HSL color Cylindrical-coordinate representation of color #9A5B4D: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5B4D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 91 77 -
CMYK 0 0.41 0.50 0.40
HSL 10.91º 0.33% 0.45% -
HSV(B) 10.91º 0.5% 0.6% -
XYZ 18.41 14.89 8.92 -
YUV 108.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 154 91 77 0 0.41 0.50 0.40 10.91 0.33 0.45
Hex 9A 5B 4D 0 29 32 28 B 21 2D
Octal 232 133 115 0 51 62 50 13 41 55
Binary 10011010 1011011 1001101 0 101001 110010 101000 1011 100001 101101

Color Harmonies of #9A5B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5B4D

Black with #9A5B4D

Text Example


Text Example

White with #9A5B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,91,77); }

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

background-color css

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

 a { background-color: rgb(154,91,77); }

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

border-color css

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

 span { border-color: rgb(154,91,77); }

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