Html Css Color HEX #94594B Copper Rust

📋 copy color: '#94594B'

red 148 ◦ green 89 ◦ blue 75

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

Shades of Copper Rust #94594B

Tints of Copper Rust #94594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 47.44%
G = 28.53%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94594B (or 0x94594B) is known color: Copper Rust. HEX triplet: 94, 59 and 4B. RGB value is (148,89,75). Sum of RGB (Red+Green+Blue) = 148+89+75=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94594B is #6BA6B4. Grayscale: #696969. Windows color (decimal): -7055029 or 4938132. OLE color: 4938132.

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

Color convert

RGB 148 89 75 -
CMYK 0 0.40 0.49 0.42
HSL 11.51º 0.33% 0.44% -
HSV(B) 11.51º 0.49% 0.58% -
XYZ 17.06 13.95 8.45 -
YUV 105.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 148 89 75 0 0.40 0.49 0.42 11.51 0.33 0.44
Hex 94 59 4B 0 28 31 2A C 21 2C
Octal 224 131 113 0 50 61 52 14 41 54
Binary 10010100 1011001 1001011 0 101000 110001 101010 1100 100001 101100

Color Harmonies of #94594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94594B

Black with #94594B

Text Example


Text Example

White with #94594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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