Html Css Color HEX #94524D Copper Rust

📋 copy color: '#94524D'

red 148 ◦ green 82 ◦ blue 77

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

Shades of Copper Rust #94524D

Tints of Copper Rust #94524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 48.21%
G = 26.71%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94524D (or 0x94524D) is known color: Copper Rust. HEX triplet: 94, 52 and 4D. RGB value is (148,82,77). Sum of RGB (Red+Green+Blue) = 148+82+77=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94524D is #6BADB2. Grayscale: #656565. Windows color (decimal): -7056819 or 5067412. OLE color: 5067412.

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

Color convert

RGB 148 82 77 -
CMYK 0 0.45 0.48 0.42
HSL 4.23º 0.32% 0.44% -
HSV(B) 4.23º 0.48% 0.58% -
XYZ 16.57 12.87 8.63 -
YUV 101.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 148 82 77 0 0.45 0.48 0.42 4.23 0.32 0.44
Hex 94 52 4D 0 2D 30 2A 4 20 2C
Octal 224 122 115 0 55 60 52 4 40 54
Binary 10010100 1010010 1001101 0 101101 110000 101010 100 100000 101100

Color Harmonies of #94524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94524D

Black with #94524D

Text Example


Text Example

White with #94524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94524D; }

 p { color: rgb(148,82,77); }

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

background-color css

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

 a { background-color: rgb(148,82,77); }

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

border-color css

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

 span { border-color: rgb(148,82,77); }

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