Html Css Color HEX #925550 Copper Rust

📋 copy color: '#925550'

red 146 ◦ green 85 ◦ blue 80

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

Shades of Copper Rust #925550

Tints of Copper Rust #925550

RGB

 RED value IS 146 (57.42% from 255) = 46.95%

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

 BLUE value IS 80 (31.64% from 255) = 25.72%

R = 46.95%
G = 27.33%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925550 (or 0x925550) is known color: Copper Rust. HEX triplet: 92, 55 and 50. RGB value is (146,85,80). Sum of RGB (Red+Green+Blue) = 146+85+80=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #925550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925550 is #6DAAAF. Grayscale: #666666. Windows color (decimal): -7187120 or 5264786. OLE color: 5264786.

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

Color convert

RGB 146 85 80 -
CMYK 0 0.42 0.45 0.43
HSL 4.55º 0.29% 0.44% -
HSV(B) 4.55º 0.45% 0.57% -
XYZ 16.55 13.19 9.26 -
YUV 102.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 146 85 80 0 0.42 0.45 0.43 4.55 0.29 0.44
Hex 92 55 50 0 2A 2D 2B 5 1D 2C
Octal 222 125 120 0 52 55 53 5 35 54
Binary 10010010 1010101 1010000 0 101010 101101 101011 101 11101 101100

Color Harmonies of #925550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925550

Black with #925550

Text Example


Text Example

White with #925550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925550; }

 p { color: rgb(146,85,80); }

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

background-color css

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

 a { background-color: rgb(146,85,80); }

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

border-color css

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

 span { border-color: rgb(146,85,80); }

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