Html Css Color HEX #925750 Copper Rust

📋 copy color: '#925750'

red 146 ◦ green 87 ◦ blue 80

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

Shades of Copper Rust #925750

Tints of Copper Rust #925750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

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

R = 46.65%
G = 27.8%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925750 (or 0x925750) is known color: Copper Rust. HEX triplet: 92, 57 and 50. RGB value is (146,87,80). Sum of RGB (Red+Green+Blue) = 146+87+80=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #925750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925750 is #6DA8AF. Grayscale: #676767. Windows color (decimal): -7186608 or 5265298. OLE color: 5265298.

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

Color convert

RGB 146 87 80 -
CMYK 0 0.40 0.45 0.43
HSL 6.36º 0.29% 0.44% -
HSV(B) 6.36º 0.45% 0.57% -
XYZ 16.71 13.51 9.32 -
YUV 103.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 146 87 80 0 0.40 0.45 0.43 6.36 0.29 0.44
Hex 92 57 50 0 28 2D 2B 6 1D 2C
Octal 222 127 120 0 50 55 53 6 35 54
Binary 10010010 1010111 1010000 0 101000 101101 101011 110 11101 101100

Color Harmonies of #925750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925750

Black with #925750

Text Example


Text Example

White with #925750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925750; }

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

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

background-color css

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

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

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

border-color css

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

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

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