Html Css Color HEX #9F5653 Copper Rust

📋 copy color: '#9F5653'

red 159 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #9F5653

Tints of Copper Rust #9F5653

RGB

 RED value IS 159 (62.5% from 255) = 48.48%

 GREEN value IS 86 (33.98% from 255) = 26.22%

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

R = 48.48%
G = 26.22%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5653 (or 0x9F5653) is known color: Copper Rust. HEX triplet: 9F, 56 and 53. RGB value is (159,86,83). Sum of RGB (Red+Green+Blue) = 159+86+83=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5653 is #60A9AC. Grayscale: #6B6B6B. Windows color (decimal): -6334893 or 5461663. OLE color: 5461663.

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

Color convert

RGB 159 86 83 -
CMYK 0 0.46 0.48 0.38
HSL 2.37º 0.31% 0.47% -
HSV(B) 2.37º 0.48% 0.62% -
XYZ 19.19 14.65 10 -
YUV 107.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 159 86 83 0 0.46 0.48 0.38 2.37 0.31 0.47
Hex 9F 56 53 0 2E 30 26 2 1F 2F
Octal 237 126 123 0 56 60 46 2 37 57
Binary 10011111 1010110 1010011 0 101110 110000 100110 10 11111 101111

Color Harmonies of #9F5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5653

Black with #9F5653

Text Example


Text Example

White with #9F5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,86,83); }

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

background-color css

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

 a { background-color: rgb(159,86,83); }

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

border-color css

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

 span { border-color: rgb(159,86,83); }

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