Html Css Color HEX #915554 Copper Rust

📋 copy color: '#915554'

red 145 ◦ green 85 ◦ blue 84

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

Shades of Copper Rust #915554

Tints of Copper Rust #915554

RGB

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

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

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

R = 46.18%
G = 27.07%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#915554 (or 0x915554) is known color: Copper Rust. HEX triplet: 91, 55 and 54. RGB value is (145,85,84). Sum of RGB (Red+Green+Blue) = 145+85+84=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915554 is #6EAAAB. Grayscale: #666666. Windows color (decimal): -7252652 or 5526929. OLE color: 5526929.

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

Color convert

RGB 145 85 84 -
CMYK 0 0.41 0.42 0.43
HSL 0.98º 0.27% 0.45% -
HSV(B) 0.98º 0.42% 0.57% -
XYZ 16.53 13.16 10.06 -
YUV 102.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 145 85 84 0 0.41 0.42 0.43 0.98 0.27 0.45
Hex 91 55 54 0 29 2A 2B 1 1B 2D
Octal 221 125 124 0 51 52 53 1 33 55
Binary 10010001 1010101 1010100 0 101001 101010 101011 1 11011 101101

Color Harmonies of #915554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915554

Black with #915554

Text Example


Text Example

White with #915554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915554; }

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

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

background-color css

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

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

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

border-color css

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

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

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