Html Css Color HEX #925A53 Copper Rust

📋 copy color: '#925A53'

red 146 ◦ green 90 ◦ blue 83

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

Shades of Copper Rust #925A53

Tints of Copper Rust #925A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 45.77%
G = 28.21%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#925A53 (or 0x925A53) is known color: Copper Rust. HEX triplet: 92, 5A and 53. RGB value is (146,90,83). Sum of RGB (Red+Green+Blue) = 146+90+83=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A53 is #6DA5AC. Grayscale: #6A6A6A. Windows color (decimal): -7185837 or 5462674. OLE color: 5462674.

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

Color convert

RGB 146 90 83 -
CMYK 0 0.38 0.43 0.43
HSL 6.67º 0.28% 0.45% -
HSV(B) 6.67º 0.43% 0.57% -
XYZ 17.07 14.05 10 -
YUV 105.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 146 90 83 0 0.38 0.43 0.43 6.67 0.28 0.45
Hex 92 5A 53 0 26 2B 2B 7 1C 2D
Octal 222 132 123 0 46 53 53 7 34 55
Binary 10010010 1011010 1010011 0 100110 101011 101011 111 11100 101101

Color Harmonies of #925A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A53

Black with #925A53

Text Example


Text Example

White with #925A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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