Html Css Color HEX #9F5954 Copper Rust

📋 copy color: '#9F5954'

red 159 ◦ green 89 ◦ blue 84

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

Shades of Copper Rust #9F5954

Tints of Copper Rust #9F5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 47.89%
G = 26.81%
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

#9F5954 (or 0x9F5954) is known color: Copper Rust. HEX triplet: 9F, 59 and 54. RGB value is (159,89,84). Sum of RGB (Red+Green+Blue) = 159+89+84=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5954 is #60A6AB. Grayscale: #6D6D6D. Windows color (decimal): -6334124 or 5527967. OLE color: 5527967.

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

Color convert

RGB 159 89 84 -
CMYK 0 0.44 0.47 0.38
HSL 0.31% 0.48% -
HSV(B) 0.47% 0.62% -
XYZ 19.47 15.16 10.29 -
YUV 109.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 159 89 84 0 0.44 0.47 0.38 4 0.31 0.48
Hex 9F 59 54 0 2C 2F 26 4 1F 30
Octal 237 131 124 0 54 57 46 4 37 60
Binary 10011111 1011001 1010100 0 101100 101111 100110 100 11111 110000

Color Harmonies of #9F5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5954

Black with #9F5954

Text Example


Text Example

White with #9F5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,84); }

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

background-color css

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

 a { background-color: rgb(159,89,84); }

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

border-color css

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

 span { border-color: rgb(159,89,84); }

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