Html Css Color HEX #94584B Copper Rust

📋 copy color: '#94584B'

red 148 ◦ green 88 ◦ blue 75

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

Shades of Copper Rust #94584B

Tints of Copper Rust #94584B

RGB

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

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

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

R = 47.59%
G = 28.3%
B = 24.12%

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

#94584B (or 0x94584B) is known color: Copper Rust. HEX triplet: 94, 58 and 4B. RGB value is (148,88,75). Sum of RGB (Red+Green+Blue) = 148+88+75=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94584B is #6BA7B4. Grayscale: #686868. Windows color (decimal): -7055285 or 4937876. OLE color: 4937876.

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

Color convert

RGB 148 88 75 -
CMYK 0 0.41 0.49 0.42
HSL 10.68º 0.33% 0.44% -
HSV(B) 10.68º 0.49% 0.58% -
XYZ 16.97 13.78 8.42 -
YUV 104.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 148 88 75 0 0.41 0.49 0.42 10.68 0.33 0.44
Hex 94 58 4B 0 29 31 2A B 21 2C
Octal 224 130 113 0 51 61 52 13 41 54
Binary 10010100 1011000 1001011 0 101001 110001 101010 1011 100001 101100

Color Harmonies of #94584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94584B

Black with #94584B

Text Example


Text Example

White with #94584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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