Html Css Color HEX #9A514E Copper Rust

📋 copy color: '#9A514E'

red 154 ◦ green 81 ◦ blue 78

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

Shades of Copper Rust #9A514E

Tints of Copper Rust #9A514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 49.2%
G = 25.88%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#9A514E (or 0x9A514E) is known color: Copper Rust. HEX triplet: 9A, 51 and 4E. RGB value is (154,81,78). Sum of RGB (Red+Green+Blue) = 154+81+78=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A514E is #65AEB1. Grayscale: #666666. Windows color (decimal): -6663858 or 5132698. OLE color: 5132698.

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

Color convert

RGB 154 81 78 -
CMYK 0 0.47 0.49 0.40
HSL 2.37º 0.33% 0.45% -
HSV(B) 2.37º 0.49% 0.6% -
XYZ 17.64 13.3 8.85 -
YUV 102.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 154 81 78 0 0.47 0.49 0.40 2.37 0.33 0.45
Hex 9A 51 4E 0 2F 31 28 2 21 2D
Octal 232 121 116 0 57 61 50 2 41 55
Binary 10011010 1010001 1001110 0 101111 110001 101000 10 100001 101101

Color Harmonies of #9A514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A514E

Black with #9A514E

Text Example


Text Example

White with #9A514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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