Html Css Color HEX #925950 Copper Rust

📋 copy color: '#925950'

red 146 ◦ green 89 ◦ blue 80

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

Shades of Copper Rust #925950

Tints of Copper Rust #925950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 46.35%
G = 28.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925950 (or 0x925950) is known color: Copper Rust. HEX triplet: 92, 59 and 50. RGB value is (146,89,80). Sum of RGB (Red+Green+Blue) = 146+89+80=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925950 is #6DA6AF. Grayscale: #696969. Windows color (decimal): -7186096 or 5265810. OLE color: 5265810.

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

Color convert

RGB 146 89 80 -
CMYK 0 0.39 0.45 0.43
HSL 8.18º 0.29% 0.44% -
HSV(B) 8.18º 0.45% 0.57% -
XYZ 16.87 13.83 9.37 -
YUV 105.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 146 89 80 0 0.39 0.45 0.43 8.18 0.29 0.44
Hex 92 59 50 0 27 2D 2B 8 1D 2C
Octal 222 131 120 0 47 55 53 10 35 54
Binary 10010010 1011001 1010000 0 100111 101101 101011 1000 11101 101100

Color Harmonies of #925950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925950

Black with #925950

Text Example


Text Example

White with #925950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925950; }

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

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

background-color css

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

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

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

border-color css

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

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

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