Html Css Color HEX #9B514D Copper Rust

📋 copy color: '#9B514D'

red 155 ◦ green 81 ◦ blue 77

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

Shades of Copper Rust #9B514D

Tints of Copper Rust #9B514D

RGB

 RED value IS 155 (60.94% from 255) = 49.52%

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

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

R = 49.52%
G = 25.88%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B514D (or 0x9B514D) is known color: Copper Rust. HEX triplet: 9B, 51 and 4D. RGB value is (155,81,77). Sum of RGB (Red+Green+Blue) = 155+81+77=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B514D is #64AEB2. Grayscale: #666666. Windows color (decimal): -6598323 or 5067163. OLE color: 5067163.

HSL color Cylindrical-coordinate representation of color #9B514D: hue angle of 3.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B514D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 77 -
CMYK 0 0.48 0.50 0.39
HSL 3.08º 0.34% 0.45% -
HSV(B) 3.08º 0.5% 0.61% -
XYZ 17.8 13.39 8.67 -
YUV 102.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 155 81 77 0 0.48 0.50 0.39 3.08 0.34 0.45
Hex 9B 51 4D 0 30 32 27 3 22 2D
Octal 233 121 115 0 60 62 47 3 42 55
Binary 10011011 1010001 1001101 0 110000 110010 100111 11 100010 101101

Color Harmonies of #9B514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B514D

Black with #9B514D

Text Example


Text Example

White with #9B514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,77); }

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

background-color css

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

 a { background-color: rgb(155,81,77); }

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

border-color css

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

 span { border-color: rgb(155,81,77); }

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