Html Css Color HEX #9B524D Copper Rust

📋 copy color: '#9B524D'

red 155 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #9B524D

Tints of Copper Rust #9B524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 49.36%
G = 26.11%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B524D (or 0x9B524D) is known color: Copper Rust. HEX triplet: 9B, 52 and 4D. RGB value is (155,82,77). Sum of RGB (Red+Green+Blue) = 155+82+77=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B524D is #64ADB2. Grayscale: #676767. Windows color (decimal): -6598067 or 5067419. OLE color: 5067419.

HSL color Cylindrical-coordinate representation of color #9B524D: hue angle of 3.85º 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 #9B524D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 77 -
CMYK 0 0.47 0.50 0.39
HSL 3.85º 0.34% 0.45% -
HSV(B) 3.85º 0.5% 0.61% -
XYZ 17.87 13.54 8.69 -
YUV 103.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 155 82 77 0 0.47 0.50 0.39 3.85 0.34 0.45
Hex 9B 52 4D 0 2F 32 27 4 22 2D
Octal 233 122 115 0 57 62 47 4 42 55
Binary 10011011 1010010 1001101 0 101111 110010 100111 100 100010 101101

Color Harmonies of #9B524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B524D

Black with #9B524D

Text Example


Text Example

White with #9B524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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