Html Css Color HEX #9A5B51 Copper Rust

📋 copy color: '#9A5B51'

red 154 ◦ green 91 ◦ blue 81

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

Shades of Copper Rust #9A5B51

Tints of Copper Rust #9A5B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.85%

R = 47.24%
G = 27.91%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A5B51 (or 0x9A5B51) is known color: Copper Rust. HEX triplet: 9A, 5B and 51. RGB value is (154,91,81). Sum of RGB (Red+Green+Blue) = 154+91+81=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5B51 is #65A4AE. Grayscale: #6C6C6C. Windows color (decimal): -6661295 or 5331866. OLE color: 5331866.

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

Color convert

RGB 154 91 81 -
CMYK 0 0.41 0.47 0.40
HSL 8.22º 0.31% 0.46% -
HSV(B) 8.22º 0.47% 0.6% -
XYZ 18.55 14.95 9.69 -
YUV 108.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 154 91 81 0 0.41 0.47 0.40 8.22 0.31 0.46
Hex 9A 5B 51 0 29 2F 28 8 1F 2E
Octal 232 133 121 0 51 57 50 10 37 56
Binary 10011010 1011011 1010001 0 101001 101111 101000 1000 11111 101110

Color Harmonies of #9A5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5B51

Black with #9A5B51

Text Example


Text Example

White with #9A5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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