Html Css Color HEX #925A50 Copper Rust

📋 copy color: '#925A50'

red 146 ◦ green 90 ◦ blue 80

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

Shades of Copper Rust #925A50

Tints of Copper Rust #925A50

RGB

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

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

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

R = 46.2%
G = 28.48%
B = 25.32%

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

#925A50 (or 0x925A50) is known color: Copper Rust. HEX triplet: 92, 5A and 50. RGB value is (146,90,80). Sum of RGB (Red+Green+Blue) = 146+90+80=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #925A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A50 is #6DA5AF. Grayscale: #696969. Windows color (decimal): -7185840 or 5266066. OLE color: 5266066.

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

Color convert

RGB 146 90 80 -
CMYK 0 0.38 0.45 0.43
HSL 9.09º 0.29% 0.44% -
HSV(B) 9.09º 0.45% 0.57% -
XYZ 16.96 14 9.4 -
YUV 105.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 146 90 80 0 0.38 0.45 0.43 9.09 0.29 0.44
Hex 92 5A 50 0 26 2D 2B 9 1D 2C
Octal 222 132 120 0 46 55 53 11 35 54
Binary 10010010 1011010 1010000 0 100110 101101 101011 1001 11101 101100

Color Harmonies of #925A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A50

Black with #925A50

Text Example


Text Example

White with #925A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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