Html Css Color HEX #975248 Copper Rust

📋 copy color: '#975248'

red 151 ◦ green 82 ◦ blue 72

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

Shades of Copper Rust #975248

Tints of Copper Rust #975248

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

 GREEN value IS 82 (32.42% from 255) = 26.89%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 49.51%
G = 26.89%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975248 (or 0x975248) is known color: Copper Rust. HEX triplet: 97, 52 and 48. RGB value is (151,82,72). Sum of RGB (Red+Green+Blue) = 151+82+72=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975248 is #68ADB7. Grayscale: #656565. Windows color (decimal): -6860216 or 4739735. OLE color: 4739735.

HSL color Cylindrical-coordinate representation of color #975248: hue angle of 7.59º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975248 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 72 -
CMYK 0 0.46 0.52 0.41
HSL 7.59º 0.35% 0.44% -
HSV(B) 7.59º 0.52% 0.59% -
XYZ 16.95 13.08 7.76 -
YUV 101.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 151 82 72 0 0.46 0.52 0.41 7.59 0.35 0.44
Hex 97 52 48 0 2E 34 29 8 23 2C
Octal 227 122 110 0 56 64 51 10 43 54
Binary 10010111 1010010 1001000 0 101110 110100 101001 1000 100011 101100

Color Harmonies of #975248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975248

Black with #975248

Text Example


Text Example

White with #975248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975248; }

 p { color: rgb(151,82,72); }

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

background-color css

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

 a { background-color: rgb(151,82,72); }

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

border-color css

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

 span { border-color: rgb(151,82,72); }

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