Html Css Color HEX #954C48 Copper Rust

📋 copy color: '#954C48'

red 149 ◦ green 76 ◦ blue 72

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

Shades of Copper Rust #954C48

Tints of Copper Rust #954C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 50.17%
G = 25.59%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954C48 (or 0x954C48) is known color: Copper Rust. HEX triplet: 95, 4C and 48. RGB value is (149,76,72). Sum of RGB (Red+Green+Blue) = 149+76+72=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C48 is #6AB3B7. Grayscale: #616161. Windows color (decimal): -6992824 or 4738197. OLE color: 4738197.

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

Color convert

RGB 149 76 72 -
CMYK 0 0.49 0.52 0.42
HSL 3.12º 0.35% 0.43% -
HSV(B) 3.12º 0.52% 0.58% -
XYZ 16.15 12.03 7.6 -
YUV 97.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 149 76 72 0 0.49 0.52 0.42 3.12 0.35 0.43
Hex 95 4C 48 0 31 34 2A 3 23 2B
Octal 225 114 110 0 61 64 52 3 43 53
Binary 10010101 1001100 1001000 0 110001 110100 101010 11 100011 101011

Color Harmonies of #954C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C48

Black with #954C48

Text Example


Text Example

White with #954C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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