Html Css Color HEX #9F5452 Copper Rust

📋 copy color: '#9F5452'

red 159 ◦ green 84 ◦ blue 82

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

Shades of Copper Rust #9F5452

Tints of Copper Rust #9F5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 48.92%
G = 25.85%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F5452 (or 0x9F5452) is known color: Copper Rust. HEX triplet: 9F, 54 and 52. RGB value is (159,84,82). Sum of RGB (Red+Green+Blue) = 159+84+82=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5452 is #60ABAD. Grayscale: #6A6A6A. Windows color (decimal): -6335406 or 5395615. OLE color: 5395615.

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

Color convert

RGB 159 84 82 -
CMYK 0 0.47 0.48 0.38
HSL 1.56º 0.32% 0.47% -
HSV(B) 1.56º 0.48% 0.62% -
XYZ 18.99 14.32 9.75 -
YUV 106.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 159 84 82 0 0.47 0.48 0.38 1.56 0.32 0.47
Hex 9F 54 52 0 2F 30 26 2 20 2F
Octal 237 124 122 0 57 60 46 2 40 57
Binary 10011111 1010100 1010010 0 101111 110000 100110 10 100000 101111

Color Harmonies of #9F5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5452

Black with #9F5452

Text Example


Text Example

White with #9F5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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