Html Css Color HEX #945749 Copper Rust

📋 copy color: '#945749'

red 148 ◦ green 87 ◦ blue 73

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

Shades of Copper Rust #945749

Tints of Copper Rust #945749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 48.05%
G = 28.25%
B = 23.7%

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

#945749 (or 0x945749) is known color: Copper Rust. HEX triplet: 94, 57 and 49. RGB value is (148,87,73). Sum of RGB (Red+Green+Blue) = 148+87+73=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #945749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945749 is #6BA8B6. Grayscale: #676767. Windows color (decimal): -7055543 or 4806548. OLE color: 4806548.

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

Color convert

RGB 148 87 73 -
CMYK 0 0.41 0.51 0.42
HSL 11.2º 0.34% 0.43% -
HSV(B) 11.2º 0.51% 0.58% -
XYZ 16.82 13.59 8.04 -
YUV 103.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 148 87 73 0 0.41 0.51 0.42 11.2 0.34 0.43
Hex 94 57 49 0 29 33 2A B 22 2B
Octal 224 127 111 0 51 63 52 13 42 53
Binary 10010100 1010111 1001001 0 101001 110011 101010 1011 100010 101011

Color Harmonies of #945749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945749

Black with #945749

Text Example


Text Example

White with #945749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945749; }

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

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

background-color css

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

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

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

border-color css

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

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

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