Html Css Color HEX #945951 Copper Rust

📋 copy color: '#945951'

red 148 ◦ green 89 ◦ blue 81

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

Shades of Copper Rust #945951

Tints of Copper Rust #945951

RGB

 RED value IS 148 (58.2% from 255) = 46.54%

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 46.54%
G = 27.99%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945951 (or 0x945951) is known color: Copper Rust. HEX triplet: 94, 59 and 51. RGB value is (148,89,81). Sum of RGB (Red+Green+Blue) = 148+89+81=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945951 is #6BA6AE. Grayscale: #696969. Windows color (decimal): -7055023 or 5331348. OLE color: 5331348.

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

Color convert

RGB 148 89 81 -
CMYK 0 0.40 0.45 0.42
HSL 7.16º 0.29% 0.45% -
HSV(B) 7.16º 0.45% 0.58% -
XYZ 17.27 14.03 9.58 -
YUV 105.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 148 89 81 0 0.40 0.45 0.42 7.16 0.29 0.45
Hex 94 59 51 0 28 2D 2A 7 1D 2D
Octal 224 131 121 0 50 55 52 7 35 55
Binary 10010100 1011001 1010001 0 101000 101101 101010 111 11101 101101

Color Harmonies of #945951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945951

Black with #945951

Text Example


Text Example

White with #945951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945951; }

 p { color: rgb(148,89,81); }

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

background-color css

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

 a { background-color: rgb(148,89,81); }

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

border-color css

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

 span { border-color: rgb(148,89,81); }

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