Html Css Color HEX #935553 Copper Rust

📋 copy color: '#935553'

red 147 ◦ green 85 ◦ blue 83

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

Shades of Copper Rust #935553

Tints of Copper Rust #935553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 46.67%
G = 26.98%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#935553 (or 0x935553) is known color: Copper Rust. HEX triplet: 93, 55 and 53. RGB value is (147,85,83). Sum of RGB (Red+Green+Blue) = 147+85+83=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #935553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935553 is #6CAAAC. Grayscale: #676767. Windows color (decimal): -7121581 or 5461395. OLE color: 5461395.

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

Color convert

RGB 147 85 83 -
CMYK 0 0.42 0.44 0.42
HSL 1.88º 0.28% 0.45% -
HSV(B) 1.88º 0.44% 0.58% -
XYZ 16.84 13.32 9.87 -
YUV 103.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 147 85 83 0 0.42 0.44 0.42 1.88 0.28 0.45
Hex 93 55 53 0 2A 2C 2A 2 1C 2D
Octal 223 125 123 0 52 54 52 2 34 55
Binary 10010011 1010101 1010011 0 101010 101100 101010 10 11100 101101

Color Harmonies of #935553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935553

Black with #935553

Text Example


Text Example

White with #935553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935553; }

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

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

background-color css

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

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

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

border-color css

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

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

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