Html Css Color HEX #94554C Copper Rust

📋 copy color: '#94554C'

red 148 ◦ green 85 ◦ blue 76

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

Shades of Copper Rust #94554C

Tints of Copper Rust #94554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 47.9%
G = 27.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94554C (or 0x94554C) is known color: Copper Rust. HEX triplet: 94, 55 and 4C. RGB value is (148,85,76). Sum of RGB (Red+Green+Blue) = 148+85+76=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94554C is #6BAAB3. Grayscale: #666666. Windows color (decimal): -7056052 or 5002644. OLE color: 5002644.

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

Color convert

RGB 148 85 76 -
CMYK 0 0.43 0.49 0.42
HSL 7.5º 0.32% 0.44% -
HSV(B) 7.5º 0.49% 0.58% -
XYZ 16.77 13.31 8.52 -
YUV 102.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 148 85 76 0 0.43 0.49 0.42 7.5 0.32 0.44
Hex 94 55 4C 0 2B 31 2A 8 20 2C
Octal 224 125 114 0 53 61 52 10 40 54
Binary 10010100 1010101 1001100 0 101011 110001 101010 1000 100000 101100

Color Harmonies of #94554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94554C

Black with #94554C

Text Example


Text Example

White with #94554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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