Html Css Color HEX #9F5752 Copper Rust

📋 copy color: '#9F5752'

red 159 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #9F5752

Tints of Copper Rust #9F5752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25%

R = 48.48%
G = 26.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5752 (or 0x9F5752) is known color: Copper Rust. HEX triplet: 9F, 57 and 52. RGB value is (159,87,82). Sum of RGB (Red+Green+Blue) = 159+87+82=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5752 is #60A8AD. Grayscale: #6C6C6C. Windows color (decimal): -6334638 or 5396383. OLE color: 5396383.

HSL color Cylindrical-coordinate representation of color #9F5752: hue angle of 3.9º degrees, saturation: 0.32, 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 #9F5752 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 87 82 -
CMYK 0 0.45 0.48 0.38
HSL 3.9º 0.32% 0.47% -
HSV(B) 3.9º 0.48% 0.62% -
XYZ 19.23 14.8 9.83 -
YUV 107.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 159 87 82 0 0.45 0.48 0.38 3.9 0.32 0.47
Hex 9F 57 52 0 2D 30 26 4 20 2F
Octal 237 127 122 0 55 60 46 4 40 57
Binary 10011111 1010111 1010010 0 101101 110000 100110 100 100000 101111

Color Harmonies of #9F5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5752

Black with #9F5752

Text Example


Text Example

White with #9F5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,82); }

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

background-color css

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

 a { background-color: rgb(159,87,82); }

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

border-color css

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

 span { border-color: rgb(159,87,82); }

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