Html Css Color HEX #915A54 Copper Rust

📋 copy color: '#915A54'

red 145 ◦ green 90 ◦ blue 84

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

Shades of Copper Rust #915A54

Tints of Copper Rust #915A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 45.45%
G = 28.21%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#915A54 (or 0x915A54) is known color: Copper Rust. HEX triplet: 91, 5A and 54. RGB value is (145,90,84). Sum of RGB (Red+Green+Blue) = 145+90+84=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #915A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A54 is #6EA5AB. Grayscale: #696969. Windows color (decimal): -7251372 or 5528209. OLE color: 5528209.

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

Color convert

RGB 145 90 84 -
CMYK 0 0.38 0.42 0.43
HSL 5.9º 0.27% 0.45% -
HSV(B) 5.9º 0.42% 0.57% -
XYZ 16.93 13.97 10.19 -
YUV 105.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 145 90 84 0 0.38 0.42 0.43 5.9 0.27 0.45
Hex 91 5A 54 0 26 2A 2B 6 1B 2D
Octal 221 132 124 0 46 52 53 6 33 55
Binary 10010001 1011010 1010100 0 100110 101010 101011 110 11011 101101

Color Harmonies of #915A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A54

Black with #915A54

Text Example


Text Example

White with #915A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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