Html Css Color HEX #934F4B Copper Rust

📋 copy color: '#934F4B'

red 147 ◦ green 79 ◦ blue 75

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

Shades of Copper Rust #934F4B

Tints of Copper Rust #934F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 48.84%
G = 26.25%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#934F4B (or 0x934F4B) is known color: Copper Rust. HEX triplet: 93, 4F and 4B. RGB value is (147,79,75). Sum of RGB (Red+Green+Blue) = 147+79+75=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F4B is #6CB0B4. Grayscale: #626262. Windows color (decimal): -7123125 or 4935571. OLE color: 4935571.

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

Color convert

RGB 147 79 75 -
CMYK 0 0.46 0.49 0.42
HSL 3.33º 0.32% 0.44% -
HSV(B) 3.33º 0.49% 0.58% -
XYZ 16.1 12.3 8.18 -
YUV 98.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 147 79 75 0 0.46 0.49 0.42 3.33 0.32 0.44
Hex 93 4F 4B 0 2E 31 2A 3 20 2C
Octal 223 117 113 0 56 61 52 3 40 54
Binary 10010011 1001111 1001011 0 101110 110001 101010 11 100000 101100

Color Harmonies of #934F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934F4B

Black with #934F4B

Text Example


Text Example

White with #934F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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