Html Css Color HEX #955248 Copper Rust

📋 copy color: '#955248'

red 149 ◦ green 82 ◦ blue 72

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

Shades of Copper Rust #955248

Tints of Copper Rust #955248

RGB

 RED value IS 149 (58.59% from 255) = 49.17%

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

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

R = 49.17%
G = 27.06%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#955248 (or 0x955248) is known color: Copper Rust. HEX triplet: 95, 52 and 48. RGB value is (149,82,72). Sum of RGB (Red+Green+Blue) = 149+82+72=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955248 is #6AADB7. Grayscale: #646464. Windows color (decimal): -6991288 or 4739733. OLE color: 4739733.

HSL color Cylindrical-coordinate representation of color #955248: hue angle of 7.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955248 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 72 -
CMYK 0 0.45 0.52 0.42
HSL 7.79º 0.35% 0.43% -
HSV(B) 7.79º 0.52% 0.58% -
XYZ 16.58 12.89 7.75 -
YUV 100.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 149 82 72 0 0.45 0.52 0.42 7.79 0.35 0.43
Hex 95 52 48 0 2D 34 2A 8 23 2B
Octal 225 122 110 0 55 64 52 10 43 53
Binary 10010101 1010010 1001000 0 101101 110100 101010 1000 100011 101011

Color Harmonies of #955248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955248

Black with #955248

Text Example


Text Example

White with #955248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955248; }

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

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

background-color css

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

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

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

border-color css

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

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

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