Html Css Color HEX #945A51 Copper Rust

📋 copy color: '#945A51'

red 148 ◦ green 90 ◦ blue 81

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

Shades of Copper Rust #945A51

Tints of Copper Rust #945A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 46.39%
G = 28.21%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#945A51 (or 0x945A51) is known color: Copper Rust. HEX triplet: 94, 5A and 51. RGB value is (148,90,81). Sum of RGB (Red+Green+Blue) = 148+90+81=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A51 is #6BA5AE. Grayscale: #6A6A6A. Windows color (decimal): -7054767 or 5331604. OLE color: 5331604.

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

Color convert

RGB 148 90 81 -
CMYK 0 0.39 0.45 0.42
HSL 8.06º 0.29% 0.45% -
HSV(B) 8.06º 0.45% 0.58% -
XYZ 17.35 14.2 9.61 -
YUV 106.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 148 90 81 0 0.39 0.45 0.42 8.06 0.29 0.45
Hex 94 5A 51 0 27 2D 2A 8 1D 2D
Octal 224 132 121 0 47 55 52 10 35 55
Binary 10010100 1011010 1010001 0 100111 101101 101010 1000 11101 101101

Color Harmonies of #945A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A51

Black with #945A51

Text Example


Text Example

White with #945A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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