Html Css Color HEX #954F4F Copper Rust

📋 copy color: '#954F4F'

red 149 ◦ green 79 ◦ blue 79

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

Shades of Copper Rust #954F4F

Tints of Copper Rust #954F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.73%

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 48.53%
G = 25.73%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#954F4F (or 0x954F4F) is known color: Copper Rust. HEX triplet: 95, 4F and 4F. RGB value is (149,79,79). Sum of RGB (Red+Green+Blue) = 149+79+79=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #954F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F4F is #6AB0B0. Grayscale: #646464. Windows color (decimal): -6992049 or 5197717. OLE color: 5197717.

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

Color convert

RGB 149 79 79 -
CMYK 0 0.47 0.47 0.42
HSL 0.31% 0.45% -
HSV(B) 0.47% 0.58% -
XYZ 16.6 12.55 8.94 -
YUV 99.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 149 79 79 0 0.47 0.47 0.42 0 0.31 0.45
Hex 95 4F 4F 0 2F 2F 2A 0 1F 2D
Octal 225 117 117 0 57 57 52 0 37 55
Binary 10010101 1001111 1001111 0 101111 101111 101010 0 11111 101101

Color Harmonies of #954F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F4F

Black with #954F4F

Text Example


Text Example

White with #954F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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