Html Css Color HEX #9B5250 Copper Rust

📋 copy color: '#9B5250'

red 155 ◦ green 82 ◦ blue 80

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

Shades of Copper Rust #9B5250

Tints of Copper Rust #9B5250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 48.9%
G = 25.87%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B5250 (or 0x9B5250) is known color: Copper Rust. HEX triplet: 9B, 52 and 50. RGB value is (155,82,80). Sum of RGB (Red+Green+Blue) = 155+82+80=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5250 is #64ADAF. Grayscale: #676767. Windows color (decimal): -6598064 or 5264027. OLE color: 5264027.

HSL color Cylindrical-coordinate representation of color #9B5250: hue angle of 1.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5250 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 80 -
CMYK 0 0.47 0.48 0.39
HSL 1.6º 0.32% 0.46% -
HSV(B) 1.6º 0.48% 0.61% -
XYZ 17.98 13.58 9.26 -
YUV 103.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 155 82 80 0 0.47 0.48 0.39 1.6 0.32 0.46
Hex 9B 52 50 0 2F 30 27 2 20 2E
Octal 233 122 120 0 57 60 47 2 40 56
Binary 10011011 1010010 1010000 0 101111 110000 100111 10 100000 101110

Color Harmonies of #9B5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5250

Black with #9B5250

Text Example


Text Example

White with #9B5250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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