Html Css Color HEX #945451 Copper Rust

📋 copy color: '#945451'

red 148 ◦ green 84 ◦ blue 81

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

Shades of Copper Rust #945451

Tints of Copper Rust #945451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 47.28%
G = 26.84%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945451 (or 0x945451) is known color: Copper Rust. HEX triplet: 94, 54 and 51. RGB value is (148,84,81). Sum of RGB (Red+Green+Blue) = 148+84+81=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945451 is #6BABAE. Grayscale: #666666. Windows color (decimal): -7056303 or 5330068. OLE color: 5330068.

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

Color convert

RGB 148 84 81 -
CMYK 0 0.43 0.45 0.42
HSL 2.69º 0.29% 0.45% -
HSV(B) 2.69º 0.45% 0.58% -
XYZ 16.87 13.23 9.45 -
YUV 102.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 148 84 81 0 0.43 0.45 0.42 2.69 0.29 0.45
Hex 94 54 51 0 2B 2D 2A 3 1D 2D
Octal 224 124 121 0 53 55 52 3 35 55
Binary 10010100 1010100 1010001 0 101011 101101 101010 11 11101 101101

Color Harmonies of #945451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945451

Black with #945451

Text Example


Text Example

White with #945451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945451; }

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

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

background-color css

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

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

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

border-color css

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

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

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