Html Css Color HEX #945549 Copper Rust

📋 copy color: '#945549'

red 148 ◦ green 85 ◦ blue 73

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

Shades of Copper Rust #945549

Tints of Copper Rust #945549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.78%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 48.37%
G = 27.78%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945549 (or 0x945549) is known color: Copper Rust. HEX triplet: 94, 55 and 49. RGB value is (148,85,73). Sum of RGB (Red+Green+Blue) = 148+85+73=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #945549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945549 is #6BAAB6. Grayscale: #666666. Windows color (decimal): -7056055 or 4806036. OLE color: 4806036.

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

Color convert

RGB 148 85 73 -
CMYK 0 0.43 0.51 0.42
HSL 9.6º 0.34% 0.43% -
HSV(B) 9.6º 0.51% 0.58% -
XYZ 16.66 13.27 7.99 -
YUV 102.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 148 85 73 0 0.43 0.51 0.42 9.6 0.34 0.43
Hex 94 55 49 0 2B 33 2A A 22 2B
Octal 224 125 111 0 53 63 52 12 42 53
Binary 10010100 1010101 1001001 0 101011 110011 101010 1010 100010 101011

Color Harmonies of #945549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945549

Black with #945549

Text Example


Text Example

White with #945549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945549; }

 p { color: rgb(148,85,73); }

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

background-color css

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

 a { background-color: rgb(148,85,73); }

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

border-color css

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

 span { border-color: rgb(148,85,73); }

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