Html Css Color HEX #9F5852 Copper Rust

📋 copy color: '#9F5852'

red 159 ◦ green 88 ◦ blue 82

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

Shades of Copper Rust #9F5852

Tints of Copper Rust #9F5852

RGB

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

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

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

R = 48.33%
G = 26.75%
B = 24.92%

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

#9F5852 (or 0x9F5852) is known color: Copper Rust. HEX triplet: 9F, 58 and 52. RGB value is (159,88,82). Sum of RGB (Red+Green+Blue) = 159+88+82=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5852 is #60A7AD. Grayscale: #6C6C6C. Windows color (decimal): -6334382 or 5396639. OLE color: 5396639.

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

Color convert

RGB 159 88 82 -
CMYK 0 0.45 0.48 0.38
HSL 4.68º 0.32% 0.47% -
HSV(B) 4.68º 0.48% 0.62% -
XYZ 19.31 14.96 9.85 -
YUV 108.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 159 88 82 0 0.45 0.48 0.38 4.68 0.32 0.47
Hex 9F 58 52 0 2D 30 26 5 20 2F
Octal 237 130 122 0 55 60 46 5 40 57
Binary 10011111 1011000 1010010 0 101101 110000 100110 101 100000 101111

Color Harmonies of #9F5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5852

Black with #9F5852

Text Example


Text Example

White with #9F5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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