Html Css Color HEX #945751 Copper Rust

📋 copy color: '#945751'

red 148 ◦ green 87 ◦ blue 81

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

Shades of Copper Rust #945751

Tints of Copper Rust #945751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

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

R = 46.84%
G = 27.53%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945751 (or 0x945751) is known color: Copper Rust. HEX triplet: 94, 57 and 51. RGB value is (148,87,81). Sum of RGB (Red+Green+Blue) = 148+87+81=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945751 is #6BA8AE. Grayscale: #686868. Windows color (decimal): -7055535 or 5330836. OLE color: 5330836.

HSL color Cylindrical-coordinate representation of color #945751: hue angle of 5.37º 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 #945751 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 87 81 -
CMYK 0 0.41 0.45 0.42
HSL 5.37º 0.29% 0.45% -
HSV(B) 5.37º 0.45% 0.58% -
XYZ 17.11 13.71 9.53 -
YUV 104.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 148 87 81 0 0.41 0.45 0.42 5.37 0.29 0.45
Hex 94 57 51 0 29 2D 2A 5 1D 2D
Octal 224 127 121 0 51 55 52 5 35 55
Binary 10010100 1010111 1010001 0 101001 101101 101010 101 11101 101101

Color Harmonies of #945751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945751

Black with #945751

Text Example


Text Example

White with #945751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945751; }

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

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

background-color css

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

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

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

border-color css

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

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

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