Html Css Color HEX #934B49 Copper Rust

📋 copy color: '#934B49'

red 147 ◦ green 75 ◦ blue 73

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

Shades of Copper Rust #934B49

Tints of Copper Rust #934B49

RGB

 RED value IS 147 (57.81% from 255) = 49.83%

 GREEN value IS 75 (29.69% from 255) = 25.42%

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 49.83%
G = 25.42%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#934B49 (or 0x934B49) is known color: Copper Rust. HEX triplet: 93, 4B and 49. RGB value is (147,75,73). Sum of RGB (Red+Green+Blue) = 147+75+73=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #934B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934B49 is #6CB4B6. Grayscale: #606060. Windows color (decimal): -7124151 or 4803475. OLE color: 4803475.

HSL color Cylindrical-coordinate representation of color #934B49: hue angle of 1.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934B49 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 75 73 -
CMYK 0 0.49 0.50 0.42
HSL 1.62º 0.34% 0.43% -
HSV(B) 1.62º 0.5% 0.58% -
XYZ 15.75 11.72 7.73 -
YUV 96.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 147 75 73 0 0.49 0.50 0.42 1.62 0.34 0.43
Hex 93 4B 49 0 31 32 2A 2 22 2B
Octal 223 113 111 0 61 62 52 2 42 53
Binary 10010011 1001011 1001001 0 110001 110010 101010 10 100010 101011

Color Harmonies of #934B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934B49

Black with #934B49

Text Example


Text Example

White with #934B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934B49; }

 p { color: rgb(147,75,73); }

 H1.HeaderClassName
 {
   color: #934B49;
 }
 .AnyTagClassName
 {
   color: #934B49;
 }
</style>

background-color css

<style>
 a { background-color: #934B49; }

 a { background-color: rgb(147,75,73); }

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

border-color css

<style>
 span { border-color: #934B49; }

 span { border-color: rgb(147,75,73); }

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