Html Css Color HEX #9D5853 Copper Rust

📋 copy color: '#9D5853'

red 157 ◦ green 88 ◦ blue 83

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

Shades of Copper Rust #9D5853

Tints of Copper Rust #9D5853

RGB

 RED value IS 157 (61.72% from 255) = 47.87%

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 47.87%
G = 26.83%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D5853 (or 0x9D5853) is known color: Copper Rust. HEX triplet: 9D, 58 and 53. RGB value is (157,88,83). Sum of RGB (Red+Green+Blue) = 157+88+83=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5853 is #62A7AC. Grayscale: #6C6C6C. Windows color (decimal): -6465453 or 5462173. OLE color: 5462173.

HSL color Cylindrical-coordinate representation of color #9D5853: hue angle of 4.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5853 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 88 83 -
CMYK 0 0.44 0.47 0.38
HSL 4.05º 0.31% 0.47% -
HSV(B) 4.05º 0.47% 0.62% -
XYZ 18.96 14.77 10.04 -
YUV 108.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 157 88 83 0 0.44 0.47 0.38 4.05 0.31 0.47
Hex 9D 58 53 0 2C 2F 26 4 1F 2F
Octal 235 130 123 0 54 57 46 4 37 57
Binary 10011101 1011000 1010011 0 101100 101111 100110 100 11111 101111

Color Harmonies of #9D5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5853

Black with #9D5853

Text Example


Text Example

White with #9D5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,88,83); }

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

background-color css

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

 a { background-color: rgb(157,88,83); }

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

border-color css

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

 span { border-color: rgb(157,88,83); }

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