Html Css Color HEX #94564B Copper Rust

📋 copy color: '#94564B'

red 148 ◦ green 86 ◦ blue 75

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

Shades of Copper Rust #94564B

Tints of Copper Rust #94564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 47.9%
G = 27.83%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94564B (or 0x94564B) is known color: Copper Rust. HEX triplet: 94, 56 and 4B. RGB value is (148,86,75). Sum of RGB (Red+Green+Blue) = 148+86+75=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94564B is #6BA9B4. Grayscale: #676767. Windows color (decimal): -7055797 or 4937364. OLE color: 4937364.

HSL color Cylindrical-coordinate representation of color #94564B: hue angle of 9.04º degrees, saturation: 0.33, 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 #94564B is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 75 -
CMYK 0 0.42 0.49 0.42
HSL 9.04º 0.33% 0.44% -
HSV(B) 9.04º 0.49% 0.58% -
XYZ 16.81 13.46 8.37 -
YUV 103.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 148 86 75 0 0.42 0.49 0.42 9.04 0.33 0.44
Hex 94 56 4B 0 2A 31 2A 9 21 2C
Octal 224 126 113 0 52 61 52 11 41 54
Binary 10010100 1010110 1001011 0 101010 110001 101010 1001 100001 101100

Color Harmonies of #94564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94564B

Black with #94564B

Text Example


Text Example

White with #94564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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