Html Css Color HEX #9B534D Copper Rust

📋 copy color: '#9B534D'

red 155 ◦ green 83 ◦ blue 77

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

Shades of Copper Rust #9B534D

Tints of Copper Rust #9B534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 49.21%
G = 26.35%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B534D (or 0x9B534D) is known color: Copper Rust. HEX triplet: 9B, 53 and 4D. RGB value is (155,83,77). Sum of RGB (Red+Green+Blue) = 155+83+77=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B534D is #64ACB2. Grayscale: #676767. Windows color (decimal): -6597811 or 5067675. OLE color: 5067675.

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

Color convert

RGB 155 83 77 -
CMYK 0 0.46 0.50 0.39
HSL 4.62º 0.34% 0.45% -
HSV(B) 4.62º 0.5% 0.61% -
XYZ 17.95 13.69 8.72 -
YUV 103.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 155 83 77 0 0.46 0.50 0.39 4.62 0.34 0.45
Hex 9B 53 4D 0 2E 32 27 5 22 2D
Octal 233 123 115 0 56 62 47 5 42 55
Binary 10011011 1010011 1001101 0 101110 110010 100111 101 100010 101101

Color Harmonies of #9B534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B534D

Black with #9B534D

Text Example


Text Example

White with #9B534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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