Html Css Color HEX #9A5146 Copper Rust

📋 copy color: '#9A5146'

red 154 ◦ green 81 ◦ blue 70

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

Shades of Copper Rust #9A5146

Tints of Copper Rust #9A5146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 50.49%
G = 26.56%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#9A5146 (or 0x9A5146) is known color: Copper Rust. HEX triplet: 9A, 51 and 46. RGB value is (154,81,70). Sum of RGB (Red+Green+Blue) = 154+81+70=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5146 is #65AEB9. Grayscale: #656565. Windows color (decimal): -6663866 or 4608410. OLE color: 4608410.

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

Color convert

RGB 154 81 70 -
CMYK 0 0.47 0.55 0.40
HSL 7.86º 0.38% 0.44% -
HSV(B) 7.86º 0.55% 0.6% -
XYZ 17.37 13.2 7.43 -
YUV 101.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 154 81 70 0 0.47 0.55 0.40 7.86 0.38 0.44
Hex 9A 51 46 0 2F 37 28 8 26 2C
Octal 232 121 106 0 57 67 50 10 46 54
Binary 10011010 1010001 1000110 0 101111 110111 101000 1000 100110 101100

Color Harmonies of #9A5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5146

Black with #9A5146

Text Example


Text Example

White with #9A5146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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