Html Css Color HEX #915754 Copper Rust

📋 copy color: '#915754'

red 145 ◦ green 87 ◦ blue 84

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

Shades of Copper Rust #915754

Tints of Copper Rust #915754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 45.89%
G = 27.53%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#915754 (or 0x915754) is known color: Copper Rust. HEX triplet: 91, 57 and 54. RGB value is (145,87,84). Sum of RGB (Red+Green+Blue) = 145+87+84=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915754 is #6EA8AB. Grayscale: #686868. Windows color (decimal): -7252140 or 5527441. OLE color: 5527441.

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

Color convert

RGB 145 87 84 -
CMYK 0 0.4 0.42 0.43
HSL 2.95º 0.27% 0.45% -
HSV(B) 2.95º 0.42% 0.57% -
XYZ 16.69 13.48 10.11 -
YUV 104 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 145 87 84 0 0.4 0.42 0.43 2.95 0.27 0.45
Hex 91 57 54 0 28 2A 2B 3 1B 2D
Octal 221 127 124 0 50 52 53 3 33 55
Binary 10010001 1010111 1010100 0 101000 101010 101011 11 11011 101101

Color Harmonies of #915754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915754

Black with #915754

Text Example


Text Example

White with #915754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915754; }

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

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

background-color css

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

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

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

border-color css

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

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

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