Html Css Color HEX #945849 Copper Rust

📋 copy color: '#945849'

red 148 ◦ green 88 ◦ blue 73

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

Shades of Copper Rust #945849

Tints of Copper Rust #945849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 47.9%
G = 28.48%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945849 (or 0x945849) is known color: Copper Rust. HEX triplet: 94, 58 and 49. RGB value is (148,88,73). Sum of RGB (Red+Green+Blue) = 148+88+73=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #945849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945849 is #6BA7B6. Grayscale: #686868. Windows color (decimal): -7055287 or 4806804. OLE color: 4806804.

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

Color convert

RGB 148 88 73 -
CMYK 0 0.41 0.51 0.42
HSL 12º 0.34% 0.43% -
HSV(B) 12º 0.51% 0.58% -
XYZ 16.91 13.76 8.07 -
YUV 104.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 148 88 73 0 0.41 0.51 0.42 12 0.34 0.43
Hex 94 58 49 0 29 33 2A C 22 2B
Octal 224 130 111 0 51 63 52 14 42 53
Binary 10010100 1011000 1001001 0 101001 110011 101010 1100 100010 101011

Color Harmonies of #945849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945849

Black with #945849

Text Example


Text Example

White with #945849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945849; }

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

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

background-color css

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

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

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

border-color css

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

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

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