Html Css Color HEX #955048 Copper Rust

📋 copy color: '#955048'

red 149 ◦ green 80 ◦ blue 72

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

Shades of Copper Rust #955048

Tints of Copper Rust #955048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 49.5%
G = 26.58%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#955048 (or 0x955048) is known color: Copper Rust. HEX triplet: 95, 50 and 48. RGB value is (149,80,72). Sum of RGB (Red+Green+Blue) = 149+80+72=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955048 is #6AAFB7. Grayscale: #636363. Windows color (decimal): -6991800 or 4739221. OLE color: 4739221.

HSL color Cylindrical-coordinate representation of color #955048: hue angle of 6.23º 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 #955048 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 72 -
CMYK 0 0.46 0.52 0.42
HSL 6.23º 0.35% 0.43% -
HSV(B) 6.23º 0.52% 0.58% -
XYZ 16.43 12.59 7.7 -
YUV 99.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 149 80 72 0 0.46 0.52 0.42 6.23 0.35 0.43
Hex 95 50 48 0 2E 34 2A 6 23 2B
Octal 225 120 110 0 56 64 52 6 43 53
Binary 10010101 1010000 1001000 0 101110 110100 101010 110 100011 101011

Color Harmonies of #955048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955048

Black with #955048

Text Example


Text Example

White with #955048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955048; }

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

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

background-color css

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

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

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

border-color css

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

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

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