Html Css Color HEX #9B5753 Copper Rust

📋 copy color: '#9B5753'

red 155 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #9B5753

Tints of Copper Rust #9B5753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 47.69%
G = 26.77%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B5753 (or 0x9B5753) is known color: Copper Rust. HEX triplet: 9B, 57 and 53. RGB value is (155,87,83). Sum of RGB (Red+Green+Blue) = 155+87+83=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5753 is #64A8AC. Grayscale: #6A6A6A. Windows color (decimal): -6596781 or 5461915. OLE color: 5461915.

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

Color convert

RGB 155 87 83 -
CMYK 0 0.44 0.46 0.39
HSL 3.33º 0.3% 0.47% -
HSV(B) 3.33º 0.46% 0.61% -
XYZ 18.49 14.41 9.99 -
YUV 106.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 155 87 83 0 0.44 0.46 0.39 3.33 0.3 0.47
Hex 9B 57 53 0 2C 2E 27 3 1E 2F
Octal 233 127 123 0 54 56 47 3 36 57
Binary 10011011 1010111 1010011 0 101100 101110 100111 11 11110 101111

Color Harmonies of #9B5753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5753

Black with #9B5753

Text Example


Text Example

White with #9B5753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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