Html Css Color HEX #935953 Copper Rust

📋 copy color: '#935953'

red 147 ◦ green 89 ◦ blue 83

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

Shades of Copper Rust #935953

Tints of Copper Rust #935953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 46.08%
G = 27.9%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#935953 (or 0x935953) is known color: Copper Rust. HEX triplet: 93, 59 and 53. RGB value is (147,89,83). Sum of RGB (Red+Green+Blue) = 147+89+83=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #935953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935953 is #6CA6AC. Grayscale: #696969. Windows color (decimal): -7120557 or 5462419. OLE color: 5462419.

HSL color Cylindrical-coordinate representation of color #935953: hue angle of 5.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935953 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 83 -
CMYK 0 0.39 0.44 0.42
HSL 5.63º 0.28% 0.45% -
HSV(B) 5.63º 0.44% 0.58% -
XYZ 17.17 13.97 9.98 -
YUV 105.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 147 89 83 0 0.39 0.44 0.42 5.63 0.28 0.45
Hex 93 59 53 0 27 2C 2A 6 1C 2D
Octal 223 131 123 0 47 54 52 6 34 55
Binary 10010011 1011001 1010011 0 100111 101100 101010 110 11100 101101

Color Harmonies of #935953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935953

Black with #935953

Text Example


Text Example

White with #935953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935953; }

 p { color: rgb(147,89,83); }

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

background-color css

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

 a { background-color: rgb(147,89,83); }

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

border-color css

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

 span { border-color: rgb(147,89,83); }

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