Html Css Color HEX #925A51 Copper Rust

📋 copy color: '#925A51'

red 146 ◦ green 90 ◦ blue 81

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

Shades of Copper Rust #925A51

Tints of Copper Rust #925A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 46.06%
G = 28.39%
B = 25.55%

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

#925A51 (or 0x925A51) is known color: Copper Rust. HEX triplet: 92, 5A and 51. RGB value is (146,90,81). Sum of RGB (Red+Green+Blue) = 146+90+81=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A51 is #6DA5AE. Grayscale: #696969. Windows color (decimal): -7185839 or 5331602. OLE color: 5331602.

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

Color convert

RGB 146 90 81 -
CMYK 0 0.38 0.45 0.43
HSL 8.31º 0.29% 0.45% -
HSV(B) 8.31º 0.45% 0.57% -
XYZ 17 14.02 9.59 -
YUV 105.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 146 90 81 0 0.38 0.45 0.43 8.31 0.29 0.45
Hex 92 5A 51 0 26 2D 2B 8 1D 2D
Octal 222 132 121 0 46 55 53 10 35 55
Binary 10010010 1011010 1010001 0 100110 101101 101011 1000 11101 101101

Color Harmonies of #925A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A51

Black with #925A51

Text Example


Text Example

White with #925A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,90,81); }

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

background-color css

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

 a { background-color: rgb(146,90,81); }

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

border-color css

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

 span { border-color: rgb(146,90,81); }

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