Html Css Color HEX #934F4A Copper Rust

📋 copy color: '#934F4A'

red 147 ◦ green 79 ◦ blue 74

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

Shades of Copper Rust #934F4A

Tints of Copper Rust #934F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 49%
G = 26.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#934F4A (or 0x934F4A) is known color: Copper Rust. HEX triplet: 93, 4F and 4A. RGB value is (147,79,74). Sum of RGB (Red+Green+Blue) = 147+79+74=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F4A is #6CB0B5. Grayscale: #626262. Windows color (decimal): -7123126 or 4870035. OLE color: 4870035.

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

Color convert

RGB 147 79 74 -
CMYK 0 0.46 0.50 0.42
HSL 4.11º 0.33% 0.43% -
HSV(B) 4.11º 0.5% 0.58% -
XYZ 16.06 12.29 8 -
YUV 98.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 147 79 74 0 0.46 0.50 0.42 4.11 0.33 0.43
Hex 93 4F 4A 0 2E 32 2A 4 21 2B
Octal 223 117 112 0 56 62 52 4 41 53
Binary 10010011 1001111 1001010 0 101110 110010 101010 100 100001 101011

Color Harmonies of #934F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934F4A

Black with #934F4A

Text Example


Text Example

White with #934F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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