Html Css Color HEX #954F4E Copper Rust

📋 copy color: '#954F4E'

red 149 ◦ green 79 ◦ blue 78

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

Shades of Copper Rust #954F4E

Tints of Copper Rust #954F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 48.69%
G = 25.82%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#954F4E (or 0x954F4E) is known color: Copper Rust. HEX triplet: 95, 4F and 4E. RGB value is (149,79,78). Sum of RGB (Red+Green+Blue) = 149+79+78=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #954F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F4E is #6AB0B1. Grayscale: #636363. Windows color (decimal): -6992050 or 5132181. OLE color: 5132181.

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

Color convert

RGB 149 79 78 -
CMYK 0 0.47 0.48 0.42
HSL 0.85º 0.31% 0.45% -
HSV(B) 0.85º 0.48% 0.58% -
XYZ 16.57 12.53 8.75 -
YUV 99.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 149 79 78 0 0.47 0.48 0.42 0.85 0.31 0.45
Hex 95 4F 4E 0 2F 30 2A 1 1F 2D
Octal 225 117 116 0 57 60 52 1 37 55
Binary 10010101 1001111 1001110 0 101111 110000 101010 1 11111 101101

Color Harmonies of #954F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F4E

Black with #954F4E

Text Example


Text Example

White with #954F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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