Html Css Color HEX #94584C Copper Rust

📋 copy color: '#94584C'

red 148 ◦ green 88 ◦ blue 76

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

Shades of Copper Rust #94584C

Tints of Copper Rust #94584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 47.44%
G = 28.21%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94584C (or 0x94584C) is known color: Copper Rust. HEX triplet: 94, 58 and 4C. RGB value is (148,88,76). Sum of RGB (Red+Green+Blue) = 148+88+76=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94584C is #6BA7B3. Grayscale: #686868. Windows color (decimal): -7055284 or 5003412. OLE color: 5003412.

HSL color Cylindrical-coordinate representation of color #94584C: hue angle of 10º 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 #94584C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 76 -
CMYK 0 0.41 0.49 0.42
HSL 10º 0.32% 0.44% -
HSV(B) 10º 0.49% 0.58% -
XYZ 17.01 13.8 8.6 -
YUV 104.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 148 88 76 0 0.41 0.49 0.42 10 0.32 0.44
Hex 94 58 4C 0 29 31 2A A 20 2C
Octal 224 130 114 0 51 61 52 12 40 54
Binary 10010100 1011000 1001100 0 101001 110001 101010 1010 100000 101100

Color Harmonies of #94584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94584C

Black with #94584C

Text Example


Text Example

White with #94584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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