Html Css Color HEX #915753 Copper Rust

📋 copy color: '#915753'

red 145 ◦ green 87 ◦ blue 83

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

Shades of Copper Rust #915753

Tints of Copper Rust #915753

RGB

 RED value IS 145 (57.03% from 255) = 46.03%

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 46.03%
G = 27.62%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#915753 (or 0x915753) is known color: Copper Rust. HEX triplet: 91, 57 and 53. RGB value is (145,87,83). Sum of RGB (Red+Green+Blue) = 145+87+83=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915753 is #6EA8AC. Grayscale: #676767. Windows color (decimal): -7252141 or 5461905. OLE color: 5461905.

HSL color Cylindrical-coordinate representation of color #915753: hue angle of 3.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915753 is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 87 83 -
CMYK 0 0.4 0.43 0.43
HSL 3.87º 0.27% 0.45% -
HSV(B) 3.87º 0.43% 0.57% -
XYZ 16.65 13.46 9.9 -
YUV 103.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 145 87 83 0 0.4 0.43 0.43 3.87 0.27 0.45
Hex 91 57 53 0 28 2B 2B 4 1B 2D
Octal 221 127 123 0 50 53 53 4 33 55
Binary 10010001 1010111 1010011 0 101000 101011 101011 100 11011 101101

Color Harmonies of #915753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915753

Black with #915753

Text Example


Text Example

White with #915753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915753; }

 p { color: rgb(145,87,83); }

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

background-color css

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

 a { background-color: rgb(145,87,83); }

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

border-color css

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

 span { border-color: rgb(145,87,83); }

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