Html Css Color HEX #94564A Copper Rust

📋 copy color: '#94564A'

red 148 ◦ green 86 ◦ blue 74

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

Shades of Copper Rust #94564A

Tints of Copper Rust #94564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 48.05%
G = 27.92%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94564A (or 0x94564A) is known color: Copper Rust. HEX triplet: 94, 56 and 4A. RGB value is (148,86,74). Sum of RGB (Red+Green+Blue) = 148+86+74=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94564A is #6BA9B5. Grayscale: #676767. Windows color (decimal): -7055798 or 4871828. OLE color: 4871828.

HSL color Cylindrical-coordinate representation of color #94564A: hue angle of 9.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94564A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 74 -
CMYK 0 0.42 0.50 0.42
HSL 9.73º 0.33% 0.44% -
HSV(B) 9.73º 0.5% 0.58% -
XYZ 16.78 13.45 8.19 -
YUV 103.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 148 86 74 0 0.42 0.50 0.42 9.73 0.33 0.44
Hex 94 56 4A 0 2A 32 2A A 21 2C
Octal 224 126 112 0 52 62 52 12 41 54
Binary 10010100 1010110 1001010 0 101010 110010 101010 1010 100001 101100

Color Harmonies of #94564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94564A

Black with #94564A

Text Example


Text Example

White with #94564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94564A; }

 p { color: rgb(148,86,74); }

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

background-color css

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

 a { background-color: rgb(148,86,74); }

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

border-color css

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

 span { border-color: rgb(148,86,74); }

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