Html Css Color HEX #945548 Copper Rust

📋 copy color: '#945548'

red 148 ◦ green 85 ◦ blue 72

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

Shades of Copper Rust #945548

Tints of Copper Rust #945548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 48.52%
G = 27.87%
B = 23.61%

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

#945548 (or 0x945548) is known color: Copper Rust. HEX triplet: 94, 55 and 48. RGB value is (148,85,72). Sum of RGB (Red+Green+Blue) = 148+85+72=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #945548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945548 is #6BAAB7. Grayscale: #666666. Windows color (decimal): -7056056 or 4740500. OLE color: 4740500.

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

Color convert

RGB 148 85 72 -
CMYK 0 0.43 0.51 0.42
HSL 10.26º 0.35% 0.43% -
HSV(B) 10.26º 0.51% 0.58% -
XYZ 16.63 13.26 7.81 -
YUV 102.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 148 85 72 0 0.43 0.51 0.42 10.26 0.35 0.43
Hex 94 55 48 0 2B 33 2A A 23 2B
Octal 224 125 110 0 53 63 52 12 43 53
Binary 10010100 1010101 1001000 0 101011 110011 101010 1010 100011 101011

Color Harmonies of #945548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945548

Black with #945548

Text Example


Text Example

White with #945548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945548; }

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

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

background-color css

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

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

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

border-color css

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

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

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