Html Css Color HEX #954A48 Copper Rust

📋 copy color: '#954A48'

red 149 ◦ green 74 ◦ blue 72

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

Shades of Copper Rust #954A48

Tints of Copper Rust #954A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

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

R = 50.51%
G = 25.08%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954A48 (or 0x954A48) is known color: Copper Rust. HEX triplet: 95, 4A and 48. RGB value is (149,74,72). Sum of RGB (Red+Green+Blue) = 149+74+72=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A48 is #6AB5B7. Grayscale: #606060. Windows color (decimal): -6993336 or 4737685. OLE color: 4737685.

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

Color convert

RGB 149 74 72 -
CMYK 0 0.50 0.52 0.42
HSL 1.56º 0.35% 0.43% -
HSV(B) 1.56º 0.52% 0.58% -
XYZ 16.01 11.76 7.56 -
YUV 96.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 149 74 72 0 0.50 0.52 0.42 1.56 0.35 0.43
Hex 95 4A 48 0 32 34 2A 2 23 2B
Octal 225 112 110 0 62 64 52 2 43 53
Binary 10010101 1001010 1001000 0 110010 110100 101010 10 100011 101011

Color Harmonies of #954A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A48

Black with #954A48

Text Example


Text Example

White with #954A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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