Html Css Color HEX #945A4D Copper Rust

📋 copy color: '#945A4D'

red 148 ◦ green 90 ◦ blue 77

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

Shades of Copper Rust #945A4D

Tints of Copper Rust #945A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 46.98%
G = 28.57%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#945A4D (or 0x945A4D) is known color: Copper Rust. HEX triplet: 94, 5A and 4D. RGB value is (148,90,77). Sum of RGB (Red+Green+Blue) = 148+90+77=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #945A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A4D is #6BA5B2. Grayscale: #696969. Windows color (decimal): -7054771 or 5069460. OLE color: 5069460.

HSL color Cylindrical-coordinate representation of color #945A4D: hue angle of 10.99º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #945A4D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 90 77 -
CMYK 0 0.39 0.48 0.42
HSL 10.99º 0.32% 0.44% -
HSV(B) 10.99º 0.48% 0.58% -
XYZ 17.21 14.14 8.84 -
YUV 105.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 148 90 77 0 0.39 0.48 0.42 10.99 0.32 0.44
Hex 94 5A 4D 0 27 30 2A B 20 2C
Octal 224 132 115 0 47 60 52 13 40 54
Binary 10010100 1011010 1001101 0 100111 110000 101010 1011 100000 101100

Color Harmonies of #945A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A4D

Black with #945A4D

Text Example


Text Example

White with #945A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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