Html Css Color HEX #9B5A53 Copper Rust

📋 copy color: '#9B5A53'

red 155 ◦ green 90 ◦ blue 83

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

Shades of Copper Rust #9B5A53

Tints of Copper Rust #9B5A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 47.26%
G = 27.44%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5A53 (or 0x9B5A53) is known color: Copper Rust. HEX triplet: 9B, 5A and 53. RGB value is (155,90,83). Sum of RGB (Red+Green+Blue) = 155+90+83=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A53 is #64A5AC. Grayscale: #6C6C6C. Windows color (decimal): -6596013 or 5462683. OLE color: 5462683.

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

Color convert

RGB 155 90 83 -
CMYK 0 0.42 0.46 0.39
HSL 5.83º 0.3% 0.47% -
HSV(B) 5.83º 0.46% 0.61% -
XYZ 18.74 14.91 10.07 -
YUV 108.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 155 90 83 0 0.42 0.46 0.39 5.83 0.3 0.47
Hex 9B 5A 53 0 2A 2E 27 6 1E 2F
Octal 233 132 123 0 52 56 47 6 36 57
Binary 10011011 1011010 1010011 0 101010 101110 100111 110 11110 101111

Color Harmonies of #9B5A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A53

Black with #9B5A53

Text Example


Text Example

White with #9B5A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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