Html Css Color HEX #925B50 Copper Rust

📋 copy color: '#925B50'

red 146 ◦ green 91 ◦ blue 80

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

Shades of Copper Rust #925B50

Tints of Copper Rust #925B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

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

R = 46.06%
G = 28.71%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925B50 (or 0x925B50) is known color: Copper Rust. HEX triplet: 92, 5B and 50. RGB value is (146,91,80). Sum of RGB (Red+Green+Blue) = 146+91+80=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B50 is #6DA4AF. Grayscale: #6A6A6A. Windows color (decimal): -7185584 or 5266322. OLE color: 5266322.

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

Color convert

RGB 146 91 80 -
CMYK 0 0.38 0.45 0.43
HSL 10º 0.29% 0.44% -
HSV(B) 10º 0.45% 0.57% -
XYZ 17.04 14.17 9.43 -
YUV 106.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 146 91 80 0 0.38 0.45 0.43 10 0.29 0.44
Hex 92 5B 50 0 26 2D 2B A 1D 2C
Octal 222 133 120 0 46 55 53 12 35 54
Binary 10010010 1011011 1010000 0 100110 101101 101011 1010 11101 101100

Color Harmonies of #925B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B50

Black with #925B50

Text Example


Text Example

White with #925B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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