Html Css Color HEX #954B49 Copper Rust

📋 copy color: '#954B49'

red 149 ◦ green 75 ◦ blue 73

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

Shades of Copper Rust #954B49

Tints of Copper Rust #954B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 50.17%
G = 25.25%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#954B49 (or 0x954B49) is known color: Copper Rust. HEX triplet: 95, 4B and 49. RGB value is (149,75,73). Sum of RGB (Red+Green+Blue) = 149+75+73=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B49 is #6AB4B6. Grayscale: #606060. Windows color (decimal): -6993079 or 4803477. OLE color: 4803477.

HSL color Cylindrical-coordinate representation of color #954B49: hue angle of 1.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954B49 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 73 -
CMYK 0 0.50 0.51 0.42
HSL 1.58º 0.34% 0.44% -
HSV(B) 1.58º 0.51% 0.58% -
XYZ 16.11 11.9 7.75 -
YUV 96.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 149 75 73 0 0.50 0.51 0.42 1.58 0.34 0.44
Hex 95 4B 49 0 32 33 2A 2 22 2C
Octal 225 113 111 0 62 63 52 2 42 54
Binary 10010101 1001011 1001001 0 110010 110011 101010 10 100010 101100

Color Harmonies of #954B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B49

Black with #954B49

Text Example


Text Example

White with #954B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954B49; }

 p { color: rgb(149,75,73); }

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

background-color css

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

 a { background-color: rgb(149,75,73); }

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

border-color css

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

 span { border-color: rgb(149,75,73); }

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