Html Css Color HEX #9F5652 Copper Rust

📋 copy color: '#9F5652'

red 159 ◦ green 86 ◦ blue 82

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

Shades of Copper Rust #9F5652

Tints of Copper Rust #9F5652

RGB

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

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

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

R = 48.62%
G = 26.3%
B = 25.08%

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

#9F5652 (or 0x9F5652) is known color: Copper Rust. HEX triplet: 9F, 56 and 52. RGB value is (159,86,82). Sum of RGB (Red+Green+Blue) = 159+86+82=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5652 is #60A9AD. Grayscale: #6B6B6B. Windows color (decimal): -6334894 or 5396127. OLE color: 5396127.

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

Color convert

RGB 159 86 82 -
CMYK 0 0.46 0.48 0.38
HSL 3.12º 0.32% 0.47% -
HSV(B) 3.12º 0.48% 0.62% -
XYZ 19.15 14.64 9.8 -
YUV 107.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 159 86 82 0 0.46 0.48 0.38 3.12 0.32 0.47
Hex 9F 56 52 0 2E 30 26 3 20 2F
Octal 237 126 122 0 56 60 46 3 40 57
Binary 10011111 1010110 1010010 0 101110 110000 100110 11 100000 101111

Color Harmonies of #9F5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5652

Black with #9F5652

Text Example


Text Example

White with #9F5652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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