Html Css Color HEX #94564F Copper Rust

📋 copy color: '#94564F'

red 148 ◦ green 86 ◦ blue 79

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

Shades of Copper Rust #94564F

Tints of Copper Rust #94564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 47.28%
G = 27.48%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94564F (or 0x94564F) is known color: Copper Rust. HEX triplet: 94, 56 and 4F. RGB value is (148,86,79). Sum of RGB (Red+Green+Blue) = 148+86+79=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94564F is #6BA9B0. Grayscale: #676767. Windows color (decimal): -7055793 or 5199508. OLE color: 5199508.

HSL color Cylindrical-coordinate representation of color #94564F: hue angle of 6.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94564F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 79 -
CMYK 0 0.42 0.47 0.42
HSL 6.09º 0.3% 0.45% -
HSV(B) 6.09º 0.47% 0.58% -
XYZ 16.95 13.52 9.11 -
YUV 103.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 148 86 79 0 0.42 0.47 0.42 6.09 0.3 0.45
Hex 94 56 4F 0 2A 2F 2A 6 1E 2D
Octal 224 126 117 0 52 57 52 6 36 55
Binary 10010100 1010110 1001111 0 101010 101111 101010 110 11110 101101

Color Harmonies of #94564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94564F

Black with #94564F

Text Example


Text Example

White with #94564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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